diff options
Diffstat (limited to 'nsswitch/pam_winbind.c')
-rw-r--r-- | nsswitch/pam_winbind.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nsswitch/pam_winbind.c b/nsswitch/pam_winbind.c index e14fcfeb263..63fede87c78 100644 --- a/nsswitch/pam_winbind.c +++ b/nsswitch/pam_winbind.c @@ -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", |