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 3f67aff5c..df5d8ff7e 100644 --- a/sysklogd/logger.c +++ b/sysklogd/logger.c | |||
@@ -93,7 +93,7 @@ int logger_main(int argc, char **argv) | |||
93 | str_t = name; | 93 | str_t = name; |
94 | 94 | ||
95 | /* Parse any options */ | 95 | /* Parse any options */ |
96 | getopt32(argc, argv, "p:st:", &str_p, &str_t); | 96 | getopt32(argv, "p:st:", &str_p, &str_t); |
97 | 97 | ||
98 | if (option_mask32 & 0x2) /* -s */ | 98 | if (option_mask32 & 0x2) /* -s */ |
99 | i |= LOG_PERROR; | 99 | i |= LOG_PERROR; |