s3:smbd Fix segfault if register_existing_vuid() fails
authorAndrew Bartlett <abartlet@samba.org>
Tue, 1 Jun 2010 09:19:01 +0000 (19:19 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 7 Jun 2010 13:34:28 +0000 (23:34 +1000)
commit8f1cec5faf4e26de8b9797777059e99f2a66558b
treebca5ee76d1d778407f4923d20675bdbe25a5f09c
parentfc956cfcbb53103ed46a3729364e88536d569dc9
s3:smbd Fix segfault if register_existing_vuid() fails

The register_existing_vuid() call will handle both the ntlmssp_end and
vuid invalidation internally, so we don't want to do it again.

Andrew Bartlett
source3/smbd/sesssetup.c