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 fcc5746..2af4105 100644 --- a/sysklogd/klogd.c +++ b/sysklogd/klogd.c @@ -42,7 +42,7 @@ int klogd_main(int argc, char **argv) char *start; /* do normal option parsing */ - getopt32(argc, argv, "c:n", &start); + getopt32(argv, "c:n", &start); if (option_mask32 & OPT_LEVEL) { /* Valid levels are between 1 and 8 */ |