mirror of
https://github.com/winfsp/winfsp.git
synced 2026-06-21 20:12:33 -05:00
sys: read/write testing
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ static VOID FspWqWorkRoutine(PVOID Context)
|
||||
|
||||
IoSetTopLevelIrp(Irp);
|
||||
|
||||
Result = WorkRoutine(IrpSp->DeviceObject, Irp, IrpSp, FALSE);
|
||||
Result = WorkRoutine(IrpSp->DeviceObject, Irp, IrpSp, TRUE);
|
||||
if (STATUS_PENDING != Result)
|
||||
{
|
||||
DEBUGLOGIRP(Irp, Result);
|
||||
|
||||
Reference in New Issue
Block a user