s4:auth: Add FALL_THROUGH statements in auth_sam.c
authorAndreas Schneider <asn@samba.org>
Wed, 26 Jul 2017 15:30:53 +0000 (17:30 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 1 Mar 2018 03:37:43 +0000 (04:37 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/auth/ntlm/auth_sam.c

index 8c5ebd747e79bd16623e5db7d7f75662c774f441..d63a7d131a6cea4d15967f4ef7eb088c965eb106 100644 (file)
@@ -70,7 +70,7 @@ static NTSTATUS authsam_password_ok(struct auth4_context *auth_context,
                }
                user_info = user_info_temp;
 
-               /*fall through*/
+               FALL_THROUGH;
        }
        case AUTH_PASSWORD_HASH:
                *lm_sess_key = data_blob(NULL, 0);