mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 00:43:00 -05:00
sys: FspFileNodeOplockCheckAsyncEx: fix stupid mistake in DEBUGTEST code
This commit is contained in:
parent
db34b8c913
commit
17adae481c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user