gensec: Don't keep a second copy of the auth4_context in gensec_ntlmssp_state
authorAndrew Bartlett <abartlet@samba.org>
Mon, 25 Jul 2011 07:20:45 +0000 (17:20 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 3 Aug 2011 08:48:04 +0000 (18:48 +1000)
commit643d05826cbf7ef82e1ee8f33d610a79dcb8607a
treebafc57dff526d36804e179657c945c5acc84e02c
parent1231b784a1a30c475960d429465ca104c906801c
gensec: Don't keep a second copy of the auth4_context in gensec_ntlmssp_state

The auth4_context is already in the gensec_security structure, which is
available by de-reference here anyway.

Andrew Bartlett

Signed-off-by: Andrew Tridgell <tridge@samba.org>
source4/auth/ntlmssp/ntlmssp.h
source4/auth/ntlmssp/ntlmssp_server.c