1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Attempt to fix the build with dnssd

This commit is contained in:
Volker Lendecke 2009-01-05 17:11:51 +01:00
parent 2e09746a4d
commit 0581094023

View File

@ -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);