diff options
Diffstat (limited to 'networking')
-rw-r--r-- | networking/zcip.c | 1 |
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[]) // daemonize now; don't delay system startup if (!FOREGROUND) { /* bb_daemonize(); - bad, will close fd! */ +//NOMMU xdaemon(0, 0); bb_info_msg("start, interface %s", intf); } |