mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
s3:auth: Add FALL_THROUGH statements in pampass.c
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
6744e8c7d4
commit
03ed979eb0
@ -168,7 +168,7 @@ static int smb_pam_conv(int num_msg,
|
||||
break;
|
||||
|
||||
case PAM_TEXT_INFO:
|
||||
/* fall through */
|
||||
FALL_THROUGH;
|
||||
|
||||
case PAM_ERROR_MSG:
|
||||
/* ignore it... */
|
||||
@ -390,7 +390,7 @@ static int smb_pam_passchange_conv(int num_msg,
|
||||
break;
|
||||
|
||||
case PAM_TEXT_INFO:
|
||||
/* fall through */
|
||||
FALL_THROUGH;
|
||||
|
||||
case PAM_ERROR_MSG:
|
||||
/* ignore it... */
|
||||
|
Loading…
x
Reference in New Issue
Block a user