ssd: fix missed + in prev commit

This commit is contained in:
Denis Vlasenko 2008-07-01 10:05:12 +00:00
parent 7987a1844b
commit 148f67af9d

View File

@ -418,7 +418,7 @@ int start_stop_daemon_main(int argc ATTRIBUTE_UNUSED, char **argv)
/* Redirect stdio to /dev/null, close extra FDs.
* We do not actually daemonize because of DAEMON_ONLY_SANITIZE */
bb_daemonize_or_rexec(DAEMON_DEVNULL_STDIO
DAEMON_CLOSE_EXTRA_FDS
+ DAEMON_CLOSE_EXTRA_FDS
+ DAEMON_ONLY_SANITIZE,
NULL /* argv, unused */ );
#endif