From c308847274aa289344994cec31bc4b528f59e04e Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Fri, 6 Jul 2001 19:28:07 +0000 Subject: Remove redundant initialization of lfile to reduce executable size by 8192 bytes (noted by Mike Castle). --- sysklogd/syslogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysklogd') diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c index 89f5348ec..d334c50c9 100644 --- a/sysklogd/syslogd.c +++ b/sysklogd/syslogd.c @@ -55,7 +55,7 @@ #define __LOG_FILE "/var/log/messages" /* Path to the unix socket */ -static char lfile[BUFSIZ] = ""; +static char lfile[BUFSIZ]; static char *logFilePath = __LOG_FILE; -- cgit v1.2.3