diff options
Diffstat (limited to 'sysklogd/klogd.c')
-rw-r--r-- | sysklogd/klogd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c index fcc574686..2af410590 100644 --- a/sysklogd/klogd.c +++ b/sysklogd/klogd.c | |||
@@ -42,7 +42,7 @@ int klogd_main(int argc, char **argv) | |||
42 | char *start; | 42 | char *start; |
43 | 43 | ||
44 | /* do normal option parsing */ | 44 | /* do normal option parsing */ |
45 | getopt32(argc, argv, "c:n", &start); | 45 | getopt32(argv, "c:n", &start); |
46 | 46 | ||
47 | if (option_mask32 & OPT_LEVEL) { | 47 | if (option_mask32 & OPT_LEVEL) { |
48 | /* Valid levels are between 1 and 8 */ | 48 | /* Valid levels are between 1 and 8 */ |