diff options
Diffstat (limited to 'sysklogd')
-rw-r--r-- | sysklogd/logger.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysklogd/logger.c b/sysklogd/logger.c index 669a2d6..f5c776d 100644 --- a/sysklogd/logger.c +++ b/sysklogd/logger.c @@ -151,6 +151,7 @@ extern int logger_main(int argc, char **argv) } else { if (argc >= 1) { int len = 1; /* for the '\0' */ + message=xcalloc(1, 1); for (; *argv != NULL; argv++) { len += strlen(*argv); len += 1; /* for the space between the args */ |