mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3:rpcclient: Add FALL_THROUGH statements in rpcclient.c
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
cafe8ac965
commit
3e2e4096cc
@ -744,7 +744,7 @@ static NTSTATUS do_cmd(struct cli_state *cli,
|
||||
use_kerberos = CRED_AUTO_USE_KERBEROS;
|
||||
break;
|
||||
}
|
||||
/* Fall through */
|
||||
FALL_THROUGH;
|
||||
case DCERPC_AUTH_TYPE_NTLMSSP:
|
||||
case DCERPC_AUTH_TYPE_KRB5:
|
||||
ntresult = cli_rpc_pipe_open_generic_auth(
|
||||
|
Loading…
Reference in New Issue
Block a user