1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-06-05 17:30:32 +00:00

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,
FALSE,
Delay);
if(NT_SUCCESS(Status))
if(!NT_SUCCESS(Status))
{
#ifndef NDEBUG
if(Status == STATUS_TIMEOUT)