summaryrefslogtreecommitdiff
path: root/source4/auth/auth_sam.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-04-08 02:36:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:00:49 -0500
commit8d43646676073283ed393e387ad3b827da85e416 (patch)
tree168e4231d77c50b077bf88c679396910e00559fb /source4/auth/auth_sam.c
parenteae0b77a6e4ef80f7dd0749db5cfa15902e857ec (diff)
downloadsamba-8d43646676073283ed393e387ad3b827da85e416.tar.gz
samba-8d43646676073283ed393e387ad3b827da85e416.tar.bz2
samba-8d43646676073283ed393e387ad3b827da85e416.zip
r14975: use the magic comment recognised by the IBM checker for deliberate
fall through in switch (This used to be commit babf747cfdd7b5b03e89ade151e6fece4cf23dce)
Diffstat (limited to 'source4/auth/auth_sam.c')
-rw-r--r--source4/auth/auth_sam.c2
1 files changed, 1 insertions, 1 deletions
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);