smbXsrv_session: always cancel pending requests in smb2srv_session_shutdown_send...
authorStefan Metzmacher <metze@samba.org>
Thu, 11 Mar 2021 16:04:37 +0000 (17:04 +0100)
committerJeremy Allison <jra@samba.org>
Mon, 29 Mar 2021 19:36:37 +0000 (19:36 +0000)
commitd4010b9abc4a303f478420de4295c3c00fbdbbf2
tree9997206127b9a17fe85bcef53d393f572d2dd74f
parentf0e553783434dccf0637e6e9e3a87890ae56286c
smbXsrv_session: always cancel pending requests in smb2srv_session_shutdown_send() in the same way

The session is valid for the lifetime of the requests anyway
and there's no point in having special handling for compound requests.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14449

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