summaryrefslogtreecommitdiff
path: root/source4/auth/ntlmssp/ntlmssp.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-05-15 23:40:22 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:16:45 -0500
commit8f96c42027d282eec047d1b25951a33bc2fce71f (patch)
treed45e625f98091b3ad269faabaaad2f35cfd7443e /source4/auth/ntlmssp/ntlmssp.h
parentffb8ba8cd320b7c25dabb2353d9e7245bcaefcd1 (diff)
downloadsamba-8f96c42027d282eec047d1b25951a33bc2fce71f.tar.gz
samba-8f96c42027d282eec047d1b25951a33bc2fce71f.tar.bz2
samba-8f96c42027d282eec047d1b25951a33bc2fce71f.zip
r6799: Remove a rudundent variable from the context structure - we can figure
this out by asking GENSEC, just like everybody else. Andrew Bartlett (This used to be commit 0268d6c46b73bf2097247639df2532b5e8591531)
Diffstat (limited to 'source4/auth/ntlmssp/ntlmssp.h')
-rw-r--r--source4/auth/ntlmssp/ntlmssp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/auth/ntlmssp/ntlmssp.h b/source4/auth/ntlmssp/ntlmssp.h
index 9d6b827fbc..36d12a9820 100644
--- a/source4/auth/ntlmssp/ntlmssp.h
+++ b/source4/auth/ntlmssp/ntlmssp.h
@@ -87,8 +87,6 @@ struct gensec_ntlmssp_state
BOOL allow_lm_key; /* The LM_KEY code is not functional at this point, and it's not
very secure anyway */
- BOOL server_use_session_keys; /* Set to 'False' for authentication only,
- that will never return a session key */
BOOL server_multiple_authentications; /* Set to 'True' to allow squid 2.5
style 'challenge caching' */