diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-04-08 02:36:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:00:49 -0500 |
commit | 8d43646676073283ed393e387ad3b827da85e416 (patch) | |
tree | 168e4231d77c50b077bf88c679396910e00559fb | |
parent | eae0b77a6e4ef80f7dd0749db5cfa15902e857ec (diff) | |
download | samba-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)
-rw-r--r-- | source4/auth/auth_sam.c | 2 |
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); |