zcip: revert my bogus change

This commit is contained in:
Denis Vlasenko 2007-02-14 20:50:22 +00:00
parent b30418ac19
commit 9ab2658836

View File

@ -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);
}