s3:smbXsrv_session: clear smb2req->session of pending requests in smbXsrv_session_log...
authorStefan Metzmacher <metze@samba.org>
Sat, 2 May 2015 14:17:34 +0000 (16:17 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 6 May 2015 20:33:19 +0000 (22:33 +0200)
commitb6c34a07760141bda3e78624d62eb556bb70da65
tree3135f38695023273f58e2383364120137ec49d6d
parent7fea42110596e8e9da0155d726aaa72223107fbd
s3:smbXsrv_session: clear smb2req->session of pending requests in smbXsrv_session_logoff_all_callback()

smbXsrv_session_logoff_all_callback() is called when the last transport
connection is gone, which means we won't need to sign any response...

Bug: https://bugzilla.samba.org/show_bug.cgi?id=11182

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/smbXsrv_session.c