From cf938f14a20f0a5f9db1afbd51f7aa4fb7c26be8 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 25 Sep 2004 03:39:35 +0000 Subject: r2612: Ensure ntlm_auth always logs to stderr. Add missing break; Andrew Bartlett (This used to be commit cdb8261775a3100e1b95b485d91ba1f94c879905) --- source4/utils/ntlm_auth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/utils') diff --git a/source4/utils/ntlm_auth.c b/source4/utils/ntlm_auth.c index d986922cb9..ec5f5c6abd 100644 --- a/source4/utils/ntlm_auth.c +++ b/source4/utils/ntlm_auth.c @@ -447,7 +447,7 @@ static void manage_gensec_request(enum stdio_helper_mode stdio_helper_mode, x_fprintf(x_stdout, "%s %s %s\n", reply_code, out_base64 ? out_base64 : "*", reply_arg ? reply_arg : "*"); - + break; default: if (out_base64) { x_fprintf(x_stdout, "%s %s\n", reply_code, out_base64); @@ -757,7 +757,7 @@ enum { /* Samba client initialisation */ - setup_logging("ntlm_auth", DEBUG_STDOUT); + setup_logging("ntlm_auth", DEBUG_STDERR); if (!lp_load(dyn_CONFIGFILE, True, False, False)) { d_fprintf(stderr, "wbinfo: error opening config file %s. Error was %s\n", -- cgit