mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
r2612: Ensure ntlm_auth always logs to stderr.
Add missing break; Andrew Bartlett
This commit is contained in:
parent
8f4dab5d44
commit
cdb8261775
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user