Fix bug #7608 - Win7 SMB2 authentication causes smbd panic
authorJeremy Allison <jra@samba.org>
Mon, 9 Aug 2010 23:16:24 +0000 (16:16 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 9 Aug 2010 23:16:24 +0000 (16:16 -0700)
commite0f79dabee39c3f3e49823055c3a30929278a294
treeea9f88b302fade72342ec50e83075ba6e0adbe8d
parent7b419696036bbcf7e37792721899bc65b4a2f0f8
Fix bug #7608 - Win7 SMB2 authentication causes smbd panic

We need to call setup_ntlmssp_server_info() if status==NT_STATUS_OK,
or if status is anything except NT_STATUS_MORE_PROCESSING_REQUIRED,
as this can trigger map to guest.

Jeremy.
source3/smbd/smb2_sesssetup.c