aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debianutils/start_stop_daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c
index e082b5cca..459fb77e0 100644
--- a/debianutils/start_stop_daemon.c
+++ b/debianutils/start_stop_daemon.c
@@ -418,7 +418,7 @@ int start_stop_daemon_main(int argc ATTRIBUTE_UNUSED, char **argv)
418 /* Redirect stdio to /dev/null, close extra FDs. 418 /* Redirect stdio to /dev/null, close extra FDs.
419 * We do not actually daemonize because of DAEMON_ONLY_SANITIZE */ 419 * We do not actually daemonize because of DAEMON_ONLY_SANITIZE */
420 bb_daemonize_or_rexec(DAEMON_DEVNULL_STDIO 420 bb_daemonize_or_rexec(DAEMON_DEVNULL_STDIO
421 DAEMON_CLOSE_EXTRA_FDS 421 + DAEMON_CLOSE_EXTRA_FDS
422 + DAEMON_ONLY_SANITIZE, 422 + DAEMON_ONLY_SANITIZE,
423 NULL /* argv, unused */ ); 423 NULL /* argv, unused */ );
424#endif 424#endif