diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-08-15 18:33:43 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-08-15 18:33:43 +0000 |
commit | 8e4ab747b02207671203d40cd2a78692da78faef (patch) | |
tree | c4ebd704ba8a88f67513a61f4e4e5e11e78d6132 /source4/web | |
parent | efacfb37fc0d7310c72c40bfed4b52ecaf365b11 (diff) | |
download | samba-8e4ab747b02207671203d40cd2a78692da78faef.tar.gz samba-8e4ab747b02207671203d40cd2a78692da78faef.tar.bz2 samba-8e4ab747b02207671203d40cd2a78692da78faef.zip |
more fixes from the IRIX compiler (thanks herb!)
(This used to be commit 4cf3839b727c77a727abb558bd9473119a092913)
Diffstat (limited to 'source4/web')
-rw-r--r-- | source4/web/swat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/web/swat.c b/source4/web/swat.c index db48cbbb54..9e91543317 100644 --- a/source4/web/swat.c +++ b/source4/web/swat.c @@ -1286,7 +1286,7 @@ static void printers_page(void) } } - setup_logging(argv[0],False); + setup_logging(argv[0],DEBUG_FILE); load_config(True); iNumNonAutoPrintServices = lp_numservices(); load_printers(); |