Prepare support for sending unicast DNS answers
[oweals/mdnsd.git] / announce.c
index f04a6006c18f9d36041fadfc1b9a35e0b294587e..695c66effa9d56109dc97d8090ef71f525df3bc5 100644 (file)
@@ -65,7 +65,7 @@ announce_timer(struct uloop_timeout *timeout)
                        /* Fall through */
 
                case STATE_ANNOUNCE:
-                       dns_reply_a(iface, announce_ttl);
+                       dns_reply_a(iface, NULL, announce_ttl);
                        service_announce_services(iface, announce_ttl);
                        uloop_timeout_set(timeout, announce_ttl * 800);
                        break;