diff options
Diffstat (limited to 'networking/isrv_identd.c')
-rw-r--r-- | networking/isrv_identd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/isrv_identd.c b/networking/isrv_identd.c index e757d7c29..2d4399cea 100644 --- a/networking/isrv_identd.c +++ b/networking/isrv_identd.c | |||
@@ -111,7 +111,7 @@ int fakeidentd_main(int argc, char **argv) | |||
111 | bogouser = argv[optind]; | 111 | bogouser = argv[optind]; |
112 | 112 | ||
113 | /* Daemonize if no -f and no -i and no -w */ | 113 | /* Daemonize if no -f and no -i and no -w */ |
114 | bb_sanitize_server_stdio(!(opt & OPT_fiw)); | 114 | bb_sanitize_stdio_maybe_daemonize(!(opt & OPT_fiw)); |
115 | /* Where to log in inetd modes? "Classic" inetd | 115 | /* Where to log in inetd modes? "Classic" inetd |
116 | * probably has its stderr /dev/null'ed (we need log to syslog?), | 116 | * probably has its stderr /dev/null'ed (we need log to syslog?), |
117 | * but daemontools-like utilities usually expect that children | 117 | * but daemontools-like utilities usually expect that children |