mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
- Fixed my last commit.
svn path=/trunk/; revision=13258
This commit is contained in:
parent
a7cbe13790
commit
24154dbca8
1 changed files with 1 additions and 1 deletions
|
@ -2792,7 +2792,7 @@ PsLockProcess(PEPROCESS Process, BOOL Timeout)
|
|||
KernelMode,
|
||||
FALSE,
|
||||
Delay);
|
||||
if(!NT_SUCCESS(Status) || STATUS_TIMEOUT)
|
||||
if(!NT_SUCCESS(Status) || Status == STATUS_TIMEOUT)
|
||||
{
|
||||
#ifndef NDEBUG
|
||||
if(Status == STATUS_TIMEOUT)
|
||||
|
|
Loading…
Reference in a new issue