1
0
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:
Bill Zissimopoulos
2016-03-09 14:42:29 -08:00
parent 01cca2c144
commit d9f4382225
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -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);