mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
sys: FspIrpDeleteRequest
This commit is contained in:
@ -95,7 +95,10 @@ NTSTATUS FspIopCreateRequestFunnel(
|
||||
}
|
||||
|
||||
if (0 != Irp)
|
||||
{
|
||||
ASSERT(0 == FspIrpRequest(Irp));
|
||||
FspIrpSetRequest(Irp, Request);
|
||||
}
|
||||
*PRequest = Request;
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
|
Reference in New Issue
Block a user