s3: Fix a segfault in winbindd_dual_ccache_ntlm_auth()
authorVolker Lendecke <vl@samba.org>
Sat, 9 Jan 2010 19:22:00 +0000 (20:22 +0100)
committerVolker Lendecke <vl@samba.org>
Sat, 9 Jan 2010 19:37:39 +0000 (20:37 +0100)
commit43c841b6bd92e987109df81b6b8a2b85f21b0181
treec53a1c7a359f2a571ab8d0c34f668485dbc734c3
parentc03a101e6d410df68454f46c9e4d88f46fc2fa1a
s3: Fix a segfault in winbindd_dual_ccache_ntlm_auth()

ntlmssp_update allocates the reply_blob as a child of ntlmssp_state. This means
with ntlmss_end() it will be gone. winbindd_dual_ccache_ntlm_auth used the blob
after the ntlmssp_end().
source3/winbindd/winbindd_ccache_access.c