aboutsummaryrefslogtreecommitdiff
path: root/miscutils/crond.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/crond.c')
-rw-r--r--miscutils/crond.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/crond.c b/miscutils/crond.c
index fcfc120f0..ba9cf3581 100644
--- a/miscutils/crond.c
+++ b/miscutils/crond.c
@@ -175,7 +175,7 @@ int crond_main(int argc ATTRIBUTE_UNUSED, char **argv)
175 if (!(opt & OPT_f)) { 175 if (!(opt & OPT_f)) {
176 /* close stdin, stdout, stderr. 176 /* close stdin, stdout, stderr.
177 * close unused descriptors - don't need them. */ 177 * close unused descriptors - don't need them. */
178 bb_daemonize_or_rexec(DAEMON_CLOSE_EXTRA_FDS, av); 178 bb_daemonize_or_rexec(DAEMON_CLOSE_EXTRA_FDS, argv);
179 } 179 }
180 180
181 if (!DebugOpt && LogFile == NULL) { 181 if (!DebugOpt && LogFile == NULL) {