aboutsummaryrefslogtreecommitdiff
path: root/sysklogd/logger.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysklogd/logger.c')
-rw-r--r--sysklogd/logger.c2
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)
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;