svn commit: samba r14982 - in branches/SAMBA_4_0/source/utils: .

tridge at samba.org tridge at samba.org
Sat Apr 8 02:59:06 GMT 2006


Author: tridge
Date: 2006-04-08 02:58:54 +0000 (Sat, 08 Apr 2006)
New Revision: 14982

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14982

Log:

mark a deliberate missing break

Modified:
   branches/SAMBA_4_0/source/utils/ntlm_auth.c


Changeset:
Modified: branches/SAMBA_4_0/source/utils/ntlm_auth.c
===================================================================
--- branches/SAMBA_4_0/source/utils/ntlm_auth.c	2006-04-08 02:58:36 UTC (rev 14981)
+++ branches/SAMBA_4_0/source/utils/ntlm_auth.c	2006-04-08 02:58:54 UTC (rev 14982)
@@ -418,6 +418,7 @@
 			if (!in.length) {
 				first = True;
 			}
+			/* fall through */
 		case SQUID_2_5_NTLMSSP:
 			nt_status = gensec_start_mech_by_oid(state->gensec_state, GENSEC_OID_NTLMSSP);
 			break;



More information about the samba-cvs mailing list