diff options
Diffstat (limited to 'toys/pending/dhcpd.c')
-rw-r--r-- | toys/pending/dhcpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/dhcpd.c b/toys/pending/dhcpd.c index 2919cb52..7da51949 100644 --- a/toys/pending/dhcpd.c +++ b/toys/pending/dhcpd.c @@ -1086,7 +1086,7 @@ void dhcpd_main(void) infomode = LOG_CONSOLE; if (!(flag_chk(FLAG_f))) { - daemonize(); + daemon(0,0); infomode = LOG_SILENT; } if (flag_chk(FLAG_S)) { |