Don't exit, but retry, if mdns_start() fails.
This commit is contained in:
BIN
opkg/sbin/mdnsd
BIN
opkg/sbin/mdnsd
Binary file not shown.
@@ -357,7 +357,8 @@ main(int argc, char **argv)
|
|||||||
|
|
||||||
if (mdnsd_start(fullname, ip_addr) < 0) {
|
if (mdnsd_start(fullname, ip_addr) < 0) {
|
||||||
fprintf(stderr, "mdnsd_start() error\n");
|
fprintf(stderr, "mdnsd_start() error\n");
|
||||||
return 1;
|
/* may just have no interface */
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
running = 1;
|
running = 1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user