mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
s3:utils: Add FALL_THROUGH statements in ntlm_auth.c
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
45153120cb
commit
5ba0b72fa3
@ -1390,7 +1390,7 @@ static void manage_gensec_request(enum stdio_helper_mode stdio_helper_mode,
|
||||
* NTLMSSP_CLIENT_1 for now.
|
||||
*/
|
||||
use_cached_creds = false;
|
||||
/* fall through */
|
||||
FALL_THROUGH;
|
||||
case NTLMSSP_CLIENT_1:
|
||||
/* setup the client side */
|
||||
|
||||
@ -1486,7 +1486,7 @@ static void manage_gensec_request(enum stdio_helper_mode stdio_helper_mode,
|
||||
if (!in.length) {
|
||||
first = true;
|
||||
}
|
||||
/* fall through */
|
||||
FALL_THROUGH;
|
||||
case SQUID_2_5_NTLMSSP:
|
||||
nt_status = gensec_start_mech_by_oid(state->gensec_state, GENSEC_OID_NTLMSSP);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user