s3:smb2_server: avoid segfault in smbd_smb2_request_pending_queue()
authorStefan Metzmacher <metze@samba.org>
Thu, 20 Sep 2012 14:04:01 +0000 (16:04 +0200)
committerKarolin Seeger <kseeger@samba.org>
Fri, 28 Sep 2012 07:12:46 +0000 (09:12 +0200)
commitd7910716920a324e0bba962241dd9b362d38d2b2
tree9980db1fb3ec5300930b67bdf13666fad10d4b75
parent54463ccc90379213ecab18bbfcfd0646929d21ad
s3:smb2_server: avoid segfault in smbd_smb2_request_pending_queue()

Because we should not call smbd_smb2_request_error() on an
request that is still running.

If the subreq implementes a cancel function, this should
take care of triggering smbd_smb2_request_error.

metze

Signed-off-by: Michael Adam <obnox@samba.org>
(cherry picked from commit 9249871f40aab021d62d3154f8ca286b52f5ef76)

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/smb2_server.c