fixed typo in PsLockProcess()

svn path=/trunk/; revision=13139
This commit is contained in:
Thomas Bluemel 2005-01-19 21:04:37 +00:00
parent f2e99da071
commit 030b284e30

View file

@ -2426,7 +2426,7 @@ PsLockProcess(PEPROCESS Process, BOOL Timeout)
KernelMode, KernelMode,
FALSE, FALSE,
Delay); Delay);
if(NT_SUCCESS(Status)) if(!NT_SUCCESS(Status))
{ {
#ifndef NDEBUG #ifndef NDEBUG
if(Status == STATUS_TIMEOUT) if(Status == STATUS_TIMEOUT)