mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-25 05:22:45 -06:00
sys: oplock testing
This commit is contained in:
@@ -164,6 +164,7 @@ NTSTATUS FspIopCreateRequestWorkItem(FSP_FSCTL_TRANSACT_REQ *Request)
|
||||
return STATUS_INSUFFICIENT_RESOURCES;
|
||||
|
||||
RtlZeroMemory(RequestWorkItem, sizeof *RequestWorkItem);
|
||||
RequestHeader->WorkItem = RequestWorkItem;
|
||||
}
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user