X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-core%2Fbrowse-domain.c;h=0043806ea97c767ff28e68ab2c1223b2846bdeb2;hb=cce02bf638894512769ff026f5702c3e892a20f1;hp=9b2beb02356f072baa5adff273ad68acad9612fe;hpb=f6a388c0b603fa1913da7a5db4737e2c162f9547;p=catta diff --git a/avahi-core/browse-domain.c b/avahi-core/browse-domain.c index 9b2beb0..0043806 100644 --- a/avahi-core/browse-domain.c +++ b/avahi-core/browse-domain.c @@ -23,6 +23,8 @@ #include #endif +#include + #include #include #include @@ -187,6 +189,7 @@ AvahiSDomainBrowser *avahi_s_domain_browser_new( b->record_browser = NULL; b->type = type; b->all_for_now_scheduled = 0; + b->defer_event = NULL; AVAHI_LLIST_PREPEND(AvahiSDomainBrowser, browser, server->domain_browsers, b);