1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-26 23:33:15 +03:00

r3528: added support for the SMBntcancel() operation, which cancels any

outstanding async operation (triggering an immediate timeout).

pvfs now passes the RAW-MUX test
This commit is contained in:
Andrew Tridgell
2004-11-04 11:28:38 +00:00
committed by Gerald (Jerry) Carter
parent d264aacfd5
commit 3423e2f414
16 changed files with 151 additions and 11 deletions

View File

@@ -942,6 +942,9 @@ NTSTATUS ntvfs_map_write(struct smbsrv_request *req, union smb_write *wr,
status = ntvfs_map_async_setup(req, ntvfs, wr, wr2,
(second_stage_t)ntvfs_map_write_finish);
if (!NT_STATUS_IS_OK(status)) {
return status;
}
wr2->writex.level = RAW_WRITE_GENERIC;