X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=interface.c;fp=interface.c;h=ca4b0b3887a8498cc92335201e4ea5edb1997adc;hb=3b341f41834e025715a92fdb384106b39b7216d3;hp=5b1591c3704b775b13585453514ad1276266d3bc;hpb=b1e023eda3584da4a5dfbc33016839f977a02040;p=project%2Fmdnsd.git diff --git a/interface.c b/interface.c index 5b1591c..ca4b0b3 100644 --- a/interface.c +++ b/interface.c @@ -651,7 +651,8 @@ void interface_shutdown(void) vlist_for_each_element(&interfaces, iface, node) if (interface_multicast(iface)) { - dns_reply_a(iface, NULL, 0); + dns_reply_a(iface, NULL, 0, NULL); + dns_reply_a_additional(iface, NULL, 0); service_announce_services(iface, NULL, 0); }