mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-24 13:02:07 -06: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