diff options
author | Ralph Boehme <slow@samba.org> | 2018-10-28 19:35:59 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2018-11-02 21:21:14 +0100 |
commit | 07eb805cde4db6ac74740e3cfbc56ab6f8e2118a (patch) | |
tree | 82a2684d363a935f2d88baf8017184f334f79ed9 /selftest | |
parent | e37ff8c5fe18d400e378bf2591e209b30473d9f9 (diff) | |
download | samba-07eb805cde4db6ac74740e3cfbc56ab6f8e2118a.tar.gz |
s3:smbd: fix SMB2 aio cancelling
As we currently don't attempt to cancel the internal aio request, we
must ignore the SMB2 cancel request and continue to process the SMB2
request, cf MS-SM2 3.3.5.16:
If the target request is not successfully canceled, processing of the
target request MUST continue and no response is sent to the cancel
request.
Bug: https://bugzilla.samba.org/show_bug.cgi?id=13667
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'selftest')
-rw-r--r-- | selftest/knownfail.d/samba3.smb2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/selftest/knownfail.d/samba3.smb2 b/selftest/knownfail.d/samba3.smb2 deleted file mode 100644 index f4e2ecf3da4..00000000000 --- a/selftest/knownfail.d/samba3.smb2 +++ /dev/null @@ -1 +0,0 @@ -^samba3.smb2.aio_delay.aio_cancel\(nt4_dc\) |