diff options
Diffstat (limited to 'syslogd.c')
-rw-r--r-- | syslogd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ | |||
55 | #define __LOG_FILE "/var/log/messages" | 55 | #define __LOG_FILE "/var/log/messages" |
56 | 56 | ||
57 | /* Path to the unix socket */ | 57 | /* Path to the unix socket */ |
58 | static char lfile[BUFSIZ] = ""; | 58 | static char lfile[BUFSIZ]; |
59 | 59 | ||
60 | static char *logFilePath = __LOG_FILE; | 60 | static char *logFilePath = __LOG_FILE; |
61 | 61 | ||