diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/utils/ntlm_auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
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", |