This commit is contained in:
philippe44
2020-03-14 11:29:44 -07:00
parent 3e57108f79
commit 12c1bf0f60

View File

@@ -782,14 +782,14 @@ struct mdnsd *mdnsd_start(struct in_addr host) {
free(server);
return NULL;
}
return server;
}
void mdnsd_stop(struct mdnsd *s) {
struct timeval tv;
if (!s) return;
if (!s) return;
tv.tv_sec = 0;
tv.tv_usec = 500*1000;