r14975: use the magic comment recognised by the IBM checker for deliberate
authorAndrew Tridgell <tridge@samba.org>
Sat, 8 Apr 2006 02:36:28 +0000 (02:36 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:00:49 +0000 (14:00 -0500)
fall through in switch
(This used to be commit babf747cfdd7b5b03e89ade151e6fece4cf23dce)

source4/auth/auth_sam.c

index 9ccab13dcfbd4ee23b3627635ae109f88e6a6ad0..3de2723aee9563e31aa2886fd96e404da6b8fdb0 100644 (file)
@@ -110,7 +110,7 @@ static NTSTATUS authsam_password_ok(struct auth_context *auth_context,
                }
                user_info = user_info_temp;
 
-               /* NO break */
+               /*fall through*/
        }
        case AUTH_PASSWORD_HASH:
                *lm_sess_key = data_blob(NULL, 0);