diff options
Diffstat (limited to 'networking/inetd.c')
-rw-r--r-- | networking/inetd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/inetd.c b/networking/inetd.c index 370dcbbe0..218f85e53 100644 --- a/networking/inetd.c +++ b/networking/inetd.c | |||
@@ -1292,9 +1292,9 @@ inetd_main(int argc, char *argv[]) | |||
1292 | /* reexec for vfork() do continue parent */ | 1292 | /* reexec for vfork() do continue parent */ |
1293 | vfork_daemon_rexec(0, 0, argc, argv, "-f"); | 1293 | vfork_daemon_rexec(0, 0, argc, argv, "-f"); |
1294 | } | 1294 | } |
1295 | bb_sanitize_server_stdio(0); | 1295 | bb_sanitize_stdio(); |
1296 | #else | 1296 | #else |
1297 | bb_sanitize_server_stdio(!(opt & 2)); | 1297 | bb_sanitize_stdio_maybe_daemonize(!(opt & 2)); |
1298 | #endif | 1298 | #endif |
1299 | openlog(applet_name, LOG_PID | LOG_NOWAIT, LOG_DAEMON); | 1299 | openlog(applet_name, LOG_PID | LOG_NOWAIT, LOG_DAEMON); |
1300 | logmode = LOGMODE_SYSLOG; | 1300 | logmode = LOGMODE_SYSLOG; |