mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Fixed my last commit.
svn path=/trunk/; revision=13258
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user