s3:smbXsrv_session: clear smb2req->session of pending requests in smbXsrv_session_log...
commit749e6fd8ee8364cb23a84780488b80f5b181b750
authorStefan Metzmacher <metze@samba.org>
Sat, 2 May 2015 14:17:34 +0000 (2 16:17 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 20 May 2015 14:34:29 +0000 (20 16:34 +0200)
tree5f49995842d0c6a423f3def212f9d9a4c3b0c050
parent21fd82d124e04ced57357b76cd290cc57264b8dd
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>
(similar to commit b6c34a07760141bda3e78624d62eb556bb70da65)
source3/smbd/smbXsrv_session.c