propagate sockaddr and port form the receive function to the parser
[project/mdnsd.git] / main.c
diff --git a/main.c b/main.c
index 09185b147fc4de92054c0e4bab505aa589d1f465..c6593c7aa4cfc6847a4b4257fdb87ef84d81d878 100644 (file)
--- a/main.c
+++ b/main.c
@@ -92,6 +92,7 @@ main(int argc, char **argv)
        uloop_run();
        uloop_done();
 
+       interface_shutdown();
        cache_cleanup();
        service_cleanup();
        vlist_flush(&interfaces);