aboutsummaryrefslogtreecommitdiff
path: root/networking/zcip.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/zcip.c')
-rw-r--r--networking/zcip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/zcip.c b/networking/zcip.c
index a8bfee65a..c50d5abaf 100644
--- a/networking/zcip.c
+++ b/networking/zcip.c
@@ -272,6 +272,7 @@ int zcip_main(int argc, char *argv[])
272 // daemonize now; don't delay system startup 272 // daemonize now; don't delay system startup
273 if (!FOREGROUND) { 273 if (!FOREGROUND) {
274 /* bb_daemonize(); - bad, will close fd! */ 274 /* bb_daemonize(); - bad, will close fd! */
275//NOMMU
275 xdaemon(0, 0); 276 xdaemon(0, 0);
276 bb_info_msg("start, interface %s", intf); 277 bb_info_msg("start, interface %s", intf);
277 } 278 }