mirror of
https://github.com/winfsp/winfsp.git
synced 2026-06-04 11:56:54 -05:00
sys: rename DEBUGRANDTEST to DEBUGTEST
This commit is contained in:
+1
-1
@@ -497,7 +497,7 @@ NTSTATUS FspFsvolQueryInformationComplete(
|
||||
FspFileNodeReleaseOwner(FileNode, Full, Request);
|
||||
}
|
||||
|
||||
Success = DEBUGRANDTEST(90, TRUE) && FspFileNodeTryAcquireExclusive(FileNode, Main);
|
||||
Success = DEBUGTEST(90, TRUE) && FspFileNodeTryAcquireExclusive(FileNode, Main);
|
||||
if (!Success)
|
||||
{
|
||||
FspIopRetryCompleteIrp(Irp, Response, &Result);
|
||||
|
||||
Reference in New Issue
Block a user