diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-03-29 14:29:22 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-03-29 06:17:03 +0200 |
commit | 8d2d0ef0eb506f2be960f4b3abcbc4ae2a3730e7 (patch) | |
tree | c02ab1acfe197d294ca43c39df0cfc38a61c313f | |
parent | bae14fba520e6c89b162cc42b26f22144821b0a4 (diff) | |
download | samba-8d2d0ef0eb506f2be960f4b3abcbc4ae2a3730e7.tar.gz samba-8d2d0ef0eb506f2be960f4b3abcbc4ae2a3730e7.tar.bz2 samba-8d2d0ef0eb506f2be960f4b3abcbc4ae2a3730e7.zip |
lib: removed a spurios declaration of 'logfile'
we don't have a global logfile variable any more
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
-rw-r--r-- | lib/util/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/util/util.h b/lib/util/util.h index 58e6ffd086..48d6566dd0 100644 --- a/lib/util/util.h +++ b/lib/util/util.h @@ -34,7 +34,6 @@ struct smbsrv_tcon; -extern const char *logfile; extern const char *panic_action; #include "lib/util/time.h" |