From: Volker Lendecke Date: Mon, 5 Jan 2009 16:11:51 +0000 (+0100) Subject: Attempt to fix the build with dnssd X-Git-Tag: samba-4.0.0alpha6~280^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0581094023ba5e561184a2ea57f6e905161de978;p=thirdparty%2Fsamba.git Attempt to fix the build with dnssd --- diff --git a/source3/smbd/dnsregister.c b/source3/smbd/dnsregister.c index 2319097ca56..c092251feec 100644 --- a/source3/smbd/dnsregister.c +++ b/source3/smbd/dnsregister.c @@ -85,7 +85,6 @@ static void schedule_dns_register_smbd_retry(struct dns_reg_state *dns_state, event= event_add_timed(smbd_event_context(), NULL, timeval_current_ofs(DNS_REG_RETRY_INTERVAL, 0), - "DNS registration handler", dns_register_smbd_retry, dns_state);