mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
sys: FspFileNodeOplockCheckAsyncEx: fix stupid mistake in DEBUGTEST code
This commit is contained in:
@ -1578,7 +1578,7 @@ NTSTATUS FspFileNodeOplockCheckAsyncEx(
|
||||
CompletionRoutine,
|
||||
PostIrpRoutine);
|
||||
#if DBG
|
||||
if (STATUS_SUCCESS == Result && DEBUGTEST(10))
|
||||
if (DEBUGTEST_EX(STATUS_SUCCESS == Result, 10, FALSE))
|
||||
{
|
||||
Irp->IoStatus.Status = STATUS_SUCCESS;
|
||||
Irp->IoStatus.Information = 0;
|
||||
|
Reference in New Issue
Block a user