diff options
Diffstat (limited to 'miscutils/crond.c')
-rw-r--r-- | miscutils/crond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/crond.c b/miscutils/crond.c index 117a8b175..3c73c7337 100644 --- a/miscutils/crond.c +++ b/miscutils/crond.c | |||
@@ -137,7 +137,7 @@ int crond_main(int ac, char **av) | |||
137 | 137 | ||
138 | opt_complementary = "f-b:b-f:S-L:L-S" USE_DEBUG_CROND_OPTION(":d-l"); | 138 | opt_complementary = "f-b:b-f:S-L:L-S" USE_DEBUG_CROND_OPTION(":d-l"); |
139 | opterr = 0; /* disable getopt 'errors' message. */ | 139 | opterr = 0; /* disable getopt 'errors' message. */ |
140 | opt = getopt32(ac, av, "l:L:fbSc:" USE_DEBUG_CROND_OPTION("d:"), | 140 | opt = getopt32(av, "l:L:fbSc:" USE_DEBUG_CROND_OPTION("d:"), |
141 | &lopt, &Lopt, &copt USE_DEBUG_CROND_OPTION(, &dopt)); | 141 | &lopt, &Lopt, &copt USE_DEBUG_CROND_OPTION(, &dopt)); |
142 | if (opt & 1) /* -l */ | 142 | if (opt & 1) /* -l */ |
143 | LogLevel = xatou(lopt); | 143 | LogLevel = xatou(lopt); |