@@ -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;
tv.tv_sec = 0;
tv.tv_usec = 500*1000;
The note is not visible to the blocked user.