summaryrefslogtreecommitdiff
path: root/source3/auth
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2017-07-27 16:55:23 +0200
committerAndrew Bartlett <abartlet@samba.org>2018-03-01 04:37:42 +0100
commit03ed979eb0cfa37fb25cbaacc9e7a6fd871a8ec9 (patch)
tree8b4dae22d0205ce548036cfc43749917f3dbc1ad /source3/auth
parent6744e8c7d4fb9fcb27cf940608118bd28ea2af2e (diff)
downloadsamba-03ed979eb0cfa37fb25cbaacc9e7a6fd871a8ec9.tar.gz
s3:auth: Add FALL_THROUGH statements in pampass.c
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/auth')
-rw-r--r--source3/auth/pampass.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/auth/pampass.c b/source3/auth/pampass.c
index 1a82fe7f203..8cb894482ae 100644
--- a/source3/auth/pampass.c
+++ b/source3/auth/pampass.c
@@ -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... */