diff options
Diffstat (limited to 'sysklogd/logger.c')
-rw-r--r-- | sysklogd/logger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysklogd/logger.c b/sysklogd/logger.c index 3f67aff..df5d8ff 100644 --- a/sysklogd/logger.c +++ b/sysklogd/logger.c @@ -93,7 +93,7 @@ int logger_main(int argc, char **argv) str_t = name; /* Parse any options */ - getopt32(argc, argv, "p:st:", &str_p, &str_t); + getopt32(argv, "p:st:", &str_p, &str_t); if (option_mask32 & 0x2) /* -s */ i |= LOG_PERROR; |