Fix talloc memory heirarchy bug. If there's an SMB2 sessionsetup in flight when we...
authorJeremy Allison <jra@samba.org>
Fri, 7 Sep 2012 00:14:52 +0000 (17:14 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 10 Sep 2012 21:34:06 +0000 (23:34 +0200)
commitba5f557b5db9fbc9a59d742d2612b397b5525266
treea569ca9f73e39700f99a5b830fe43546f40a6e01
parentcfeac09fc0796ecf77593244e9e72c1521fd251c
Fix talloc memory heirarchy bug. If there's an SMB2 sessionsetup in flight when we're shut down, we end up freeing the struct smbXsrv_session *session pointer twice.

Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Mon Sep 10 23:34:06 CEST 2012 on sn-devel-104
source3/smbd/smb2_sesssetup.c