X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fmdnsd.git;a=blobdiff_plain;f=announce.c;h=fed1b212fe2fb5a754a7429a5a9c7f8a5179c9e3;hp=695c66effa9d56109dc97d8090ef71f525df3bc5;hb=80dd246024800b3f33bacc6cf01184da6f57dfa4;hpb=e78deecf29d4c7298743aba09ee22c51a547c70d diff --git a/announce.c b/announce.c index 695c66e..fed1b21 100644 --- a/announce.c +++ b/announce.c @@ -66,7 +66,7 @@ announce_timer(struct uloop_timeout *timeout) case STATE_ANNOUNCE: dns_reply_a(iface, NULL, announce_ttl); - service_announce_services(iface, announce_ttl); + service_announce_services(iface, NULL, announce_ttl); uloop_timeout_set(timeout, announce_ttl * 800); break; }