]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:auth: Add FALL_THROUGH statements in pampass.c
authorAndreas Schneider <asn@samba.org>
Thu, 27 Jul 2017 14:55:23 +0000 (16:55 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 1 Mar 2018 03:37:42 +0000 (04:37 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/auth/pampass.c

index 1a82fe7f20347732904526b7431ea15f814aaeef..8cb894482aed1590925cf0d17c9e5391f70cc311 100644 (file)
@@ -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... */