summaryrefslogtreecommitdiff
path: root/source4/utils
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-04-08 02:58:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:00:50 -0500
commit9a357370b5897e6818c40d3d4bf3b085944f3785 (patch)
treef5e91624bd83d96fd513d4acc82af8830f1caed7 /source4/utils
parent5f64fcf473f5cdb4b560fa672097c7cc144a67bb (diff)
downloadsamba-9a357370b5897e6818c40d3d4bf3b085944f3785.tar.gz
samba-9a357370b5897e6818c40d3d4bf3b085944f3785.tar.bz2
samba-9a357370b5897e6818c40d3d4bf3b085944f3785.zip
r14982: mark a deliberate missing break
(This used to be commit 3b66cf35a783a1524e21b3f99125eb032968969e)
Diffstat (limited to 'source4/utils')
-rw-r--r--source4/utils/ntlm_auth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/utils/ntlm_auth.c b/source4/utils/ntlm_auth.c
index 5841adbf40..6e600dc33d 100644
--- a/source4/utils/ntlm_auth.c
+++ b/source4/utils/ntlm_auth.c
@@ -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;