We don't need log_initialised exported after all.
authorWayne Davison <wayned@samba.org>
Sat, 8 Apr 2006 16:04:34 +0000 (16:04 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 8 Apr 2006 16:04:34 +0000 (16:04 +0000)
log.c

diff --git a/log.c b/log.c
index 87e119f..135a57a 100644 (file)
--- a/log.c
+++ b/log.c
@@ -52,13 +52,13 @@ extern char *log_format;
 extern iconv_t ic_chck;
 #endif
 
+static int log_initialised;
 static int logfile_was_closed;
 static char *logfname;
 static FILE *logfile;
 struct stats stats;
 
 int log_got_error = 0;
-int log_initialised;
 
 struct {
         int code;