From 8d43646676073283ed393e387ad3b827da85e416 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 8 Apr 2006 02:36:28 +0000 Subject: r14975: use the magic comment recognised by the IBM checker for deliberate fall through in switch (This used to be commit babf747cfdd7b5b03e89ade151e6fece4cf23dce) --- source4/auth/auth_sam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth/auth_sam.c') diff --git a/source4/auth/auth_sam.c b/source4/auth/auth_sam.c index 9ccab13dcf..3de2723aee 100644 --- a/source4/auth/auth_sam.c +++ b/source4/auth/auth_sam.c @@ -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); -- cgit