summaryrefslogtreecommitdiffstats
path: root/source/lib/debug.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-03-26 15:40:06 +0000
committerGerald Carter <jerry@samba.org>2004-03-26 15:40:06 +0000
commitab48af6993b427f525c36aa0ffd57c612c100561 (patch)
tree3001e611bcc427297a58c640c5f39384d6c22700 /source/lib/debug.c
parentbc13e35db0b8b265f87553d4df1c7326710cb3fa (diff)
downloadsamba-ab48af6993b427f525c36aa0ffd57c612c100561.tar.gz
samba-ab48af6993b427f525c36aa0ffd57c612c100561.tar.xz
samba-ab48af6993b427f525c36aa0ffd57c612c100561.zip
source code fix for bug 1095 -- honor the '-l' option
Diffstat (limited to 'source/lib/debug.c')
-rw-r--r--source/lib/debug.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/lib/debug.c b/source/lib/debug.c
index 0050761e9a8..1a926053bb0 100644
--- a/source/lib/debug.c
+++ b/source/lib/debug.c
@@ -84,6 +84,13 @@ BOOL debug_warn_unknown_class = True;
BOOL debug_auto_add_unknown_class = True;
BOOL AllowDebugChange = True;
+/*
+ used to check if the user specified a
+ logfile on the command line
+*/
+BOOL override_logfile;
+
+
/*
* This is to allow assignment to DEBUGLEVEL before the debug
* system has been initialised.