mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
sys: FspFsvrtTransact testing
This commit is contained in:
@ -151,7 +151,6 @@ VOID FspIopCompleteIrpEx(PIRP Irp, NTSTATUS Result, BOOLEAN DeviceRelease)
|
||||
PAGED_CODE();
|
||||
|
||||
ASSERT(STATUS_PENDING != Result);
|
||||
ASSERT(0 == Irp->Tail.Overlay.DriverContext[3]);
|
||||
|
||||
if (0 != FspIopRequest(Irp))
|
||||
{
|
||||
|
Reference in New Issue
Block a user