- Fixed my last commit.

svn path=/trunk/; revision=13258
This commit is contained in:
Hartmut Birr 2005-01-24 23:23:38 +00:00
parent a7cbe13790
commit 24154dbca8

View file

@ -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)