zcip: revert my bogus change
This commit is contained in:
parent
b30418ac19
commit
9ab2658836
@ -271,8 +271,8 @@ int zcip_main(int argc, char *argv[])
|
||||
|
||||
// daemonize now; don't delay system startup
|
||||
if (!FOREGROUND) {
|
||||
setsid();
|
||||
bb_daemonize();
|
||||
/* bb_daemonize(); - bad, will close fd! */
|
||||
xdaemon(0, 0);
|
||||
bb_info_msg("start, interface %s", intf);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user