lib: removed a spurios declaration of 'logfile'
authorAndrew Tridgell <tridge@samba.org>
Tue, 29 Mar 2011 03:29:22 +0000 (14:29 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 29 Mar 2011 04:17:03 +0000 (06:17 +0200)
we don't have a global logfile variable any more

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

lib/util/util.h

index 58e6ffd086bc869e98dbc591df033037939069fa..48d6566dd09ddcba253a7284c62b190c54c10609 100644 (file)
@@ -34,7 +34,6 @@
 
 struct smbsrv_tcon;
 
-extern const char *logfile;
 extern const char *panic_action;
 
 #include "lib/util/time.h"