1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-12-24 13:02:07 -06:00

sys: FspIrpDeleteRequest

This commit is contained in:
Bill Zissimopoulos
2016-04-06 13:40:32 -07:00
parent f7a739381c
commit b729500d7b
6 changed files with 20 additions and 14 deletions

View File

@@ -95,7 +95,10 @@ NTSTATUS FspIopCreateRequestFunnel(
}
if (0 != Irp)
{
ASSERT(0 == FspIrpRequest(Irp));
FspIrpSetRequest(Irp, Request);
}
*PRequest = Request;
return STATUS_SUCCESS;