mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s4:auth: Add FALL_THROUGH statements in auth_sam.c
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
ef3ac405bf
commit
69fa5ecb6a
@ -70,7 +70,7 @@ static NTSTATUS authsam_password_ok(struct auth4_context *auth_context,
|
||||
}
|
||||
user_info = user_info_temp;
|
||||
|
||||
/*fall through*/
|
||||
FALL_THROUGH;
|
||||
}
|
||||
case AUTH_PASSWORD_HASH:
|
||||
*lm_sess_key = data_blob(NULL, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user