Rename service_reply_a to dns_reply_a and move it to proper file
[project/mdnsd.git] / interface.c
index f09329ba17e586f17d5eb15805f4799d7c57bbbf..463335a89034692d2ca1048948dc11d0f528ab5b 100644 (file)
@@ -621,7 +621,7 @@ void interface_shutdown(void)
        vlist_for_each_element(&interfaces, iface, node)
                if (iface->fd.fd > 0 && iface->multicast) {
                        service_announce(iface, 0);
-                       service_reply_a(iface, 0);
+                       dns_reply_a(iface, 0);
                }
        vlist_for_each_element(&interfaces, iface, node)
                interface_close(iface);