1
0
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:
Andrew Bartlett 2004-09-25 03:39:35 +00:00 committed by Gerald (Jerry) Carter
parent 8f4dab5d44
commit cdb8261775

View File

@ -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",