r14982: mark a deliberate missing break
authorAndrew Tridgell <tridge@samba.org>
Sat, 8 Apr 2006 02:58:54 +0000 (02:58 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:00:50 +0000 (14:00 -0500)
(This used to be commit 3b66cf35a783a1524e21b3f99125eb032968969e)

source4/utils/ntlm_auth.c

index 5841adbf402e3f535129a2c687972f752a7c6c86..6e600dc33dab254f922f3d02148ceaa1ecb1f199 100644 (file)
@@ -418,6 +418,7 @@ static void manage_gensec_request(enum stdio_helper_mode stdio_helper_mode,
                        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;