1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

source code fix for bug 1095 -- honor the '-l' option

This commit is contained in:
Gerald Carter
-
parent bc13e35db0
commit ab48af6993
3 changed files with 15 additions and 2 deletions

View File

@ -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.