From: Lennart Poettering Date: Wed, 23 Nov 2005 22:40:40 +0000 (+0000) Subject: missing initialization fix X-Git-Url: http://git.meshlink.io/?a=commitdiff_plain;h=d7f028c022907c2b123f26603ee6144f98f3bb06;p=catta missing initialization fix git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1025 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- diff --git a/avahi-core/browse-domain.c b/avahi-core/browse-domain.c index 9b2beb0..5948c9b 100644 --- a/avahi-core/browse-domain.c +++ b/avahi-core/browse-domain.c @@ -187,6 +187,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);