mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 17:32:57 -05:00
sys: iop: FSP_FSCTL_TRANSACT_REQ_HEADER
This commit is contained in:
@ -391,7 +391,7 @@ retry:
|
||||
ASSERT((PUINT8)Request + FSP_FSCTL_TRANSACT_REQ_SIZEMAX <= SystemBufferEnd);
|
||||
for (;;)
|
||||
{
|
||||
PendingIrpRequest = FspIrpContextRequest(PendingIrp);
|
||||
PendingIrpRequest = FspIopRequest(PendingIrp);
|
||||
|
||||
Result = FspIopDispatchPrepare(PendingIrp, PendingIrpRequest);
|
||||
if (!NT_SUCCESS(Result))
|
||||
|
Reference in New Issue
Block a user