[ros-diffs] [weiden] 13139: fixed typo in PsLockProcess()
weiden at svn.reactos.com
weiden at svn.reactos.com
Wed Jan 19 22:04:39 CET 2005
fixed typo in PsLockProcess()
Modified: trunk/reactos/ntoskrnl/ps/process.c
_____
Modified: trunk/reactos/ntoskrnl/ps/process.c
--- trunk/reactos/ntoskrnl/ps/process.c 2005-01-19 20:59:53 UTC (rev
13138)
+++ trunk/reactos/ntoskrnl/ps/process.c 2005-01-19 21:04:37 UTC (rev
13139)
@@ -2426,7 +2426,7 @@
KernelMode,
FALSE,
Delay);
- if(NT_SUCCESS(Status))
+ if(!NT_SUCCESS(Status))
{
#ifndef NDEBUG
if(Status == STATUS_TIMEOUT)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050119/7fd7e0a0/attachment.html
More information about the Ros-diffs
mailing list