s3-auth: auth_make ntlmssp_state the parent context
authorSimo Sorce <idra@samba.org>
Sat, 17 Jul 2010 14:22:04 +0000 (10:22 -0400)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 19 Jul 2010 04:20:02 +0000 (14:20 +1000)
commit673fcfa3775ac6bdc467dde0bcf6670966cab50c
tree38c12ffc79ac081320ba382cf23fc227324ebc67
parente60ed80754f1f51c74bc338cc3a81d12f49d9687
s3-auth: auth_make ntlmssp_state the parent context

There is no need for a separate mem_ctx member.
Also make the ntlmssp_state a children of auth_ntlmssp_state
Also cleanup auth_ntlmssp_end to free only what is not automatically freed

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
source3/auth/auth_ntlmssp.c