mirror of
https://github.com/samba-team/samba.git
synced 2025-02-22 05:57:43 +03:00
nsswitch: Add FALL_THROUGH statements in pam_winbind.c
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
2a646a7485
commit
00defe7100
@ -2886,7 +2886,8 @@ int pam_sm_acct_mgmt(pam_handle_t *pamh, int flags,
|
||||
ret = atoi(tmp);
|
||||
switch (ret) {
|
||||
case PAM_AUTHTOK_EXPIRED:
|
||||
/* fall through, since new token is required in this case */
|
||||
/* Since new token is required in this case */
|
||||
FALL_THROUGH;
|
||||
case PAM_NEW_AUTHTOK_REQD:
|
||||
_pam_log(ctx, LOG_WARNING,
|
||||
"pam_sm_acct_mgmt success but %s is set",
|
||||
|
Loading…
x
Reference in New Issue
Block a user