From 8e4ab747b02207671203d40cd2a78692da78faef Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 15 Aug 2003 18:33:43 +0000 Subject: more fixes from the IRIX compiler (thanks herb!) (This used to be commit 4cf3839b727c77a727abb558bd9473119a092913) --- source4/nsswitch/winbindd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/nsswitch/winbindd.c') diff --git a/source4/nsswitch/winbindd.c b/source4/nsswitch/winbindd.c index ad37768c09..23394f5e8c 100644 --- a/source4/nsswitch/winbindd.c +++ b/source4/nsswitch/winbindd.c @@ -892,7 +892,7 @@ static void usage(void) snprintf(logfile, sizeof(logfile), "%s/log.winbindd", dyn_LOGFILEBASE); lp_set_logfile(logfile); - setup_logging("winbindd", log_stdout); + setup_logging("winbindd", log_stdout?DEBUG_STDOUT:DEBUG_FILE); reopen_logs(); DEBUG(1, ("winbindd version %s started.\n", VERSION ) ); -- cgit