]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: call tevent_req_nterror() for directories when cleaning up pending aio
authorRalph Boehme <slow@samba.org>
Mon, 9 Mar 2020 10:31:00 +0000 (11:31 +0100)
committerJeremy Allison <jra@samba.org>
Mon, 9 Mar 2020 18:07:34 +0000 (18:07 +0000)
commitf94cd10a211e2eae966ba4bd26921556bbe513fc
tree46a67f004b317c97540cc5fc34517c702120a81c
parentacb0b01761330864a23932f643f7ad4e3d374634
smbd: call tevent_req_nterror() for directories when cleaning up pending aio

smbd_smb2_query_directory_recv() calls tevent_req_is_nterror() which requires a
NTSTATUS error code.

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

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/close.c