1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

r14982: mark a deliberate missing break

This commit is contained in:
Andrew Tridgell 2006-04-08 02:58:54 +00:00 committed by Gerald (Jerry) Carter
parent 868deaf89f
commit 3b66cf35a7

View File

@ -418,6 +418,7 @@ static void manage_gensec_request(enum stdio_helper_mode stdio_helper_mode,
if (!in.length) {
first = True;
}
/* fall through */
case SQUID_2_5_NTLMSSP:
nt_status = gensec_start_mech_by_oid(state->gensec_state, GENSEC_OID_NTLMSSP);
break;