Author: tridge Date: 2006-04-08 02:36:28 +0000 (Sat, 08 Apr 2006) New Revision: 14975
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14975 Log: use the magic comment recognised by the IBM checker for deliberate fall through in switch Modified: branches/SAMBA_4_0/source/auth/auth_sam.c Changeset: Modified: branches/SAMBA_4_0/source/auth/auth_sam.c =================================================================== --- branches/SAMBA_4_0/source/auth/auth_sam.c 2006-04-08 02:35:00 UTC (rev 14974) +++ branches/SAMBA_4_0/source/auth/auth_sam.c 2006-04-08 02:36:28 UTC (rev 14975) @@ -110,7 +110,7 @@ } user_info = user_info_temp; - /* NO break */ + /*fall through*/ } case AUTH_PASSWORD_HASH: *lm_sess_key = data_blob(NULL, 0);
