[ros-diffs] [hbirr] 13258: - Fixed my last commit.

hbirr at svn.reactos.com hbirr at svn.reactos.com
Tue Jan 25 00:23:40 CET 2005


- Fixed my last commit.
Modified: trunk/reactos/ntoskrnl/ps/process.c
  _____  

Modified: trunk/reactos/ntoskrnl/ps/process.c
--- trunk/reactos/ntoskrnl/ps/process.c	2005-01-24 22:58:54 UTC (rev
13257)
+++ trunk/reactos/ntoskrnl/ps/process.c	2005-01-24 23:23:38 UTC (rev
13258)
@@ -2792,7 +2792,7 @@

                                        KernelMode,
                                        FALSE,
                                        Delay);
-        if(!NT_SUCCESS(Status) || STATUS_TIMEOUT)
+        if(!NT_SUCCESS(Status) || Status == STATUS_TIMEOUT)
         {
 #ifndef NDEBUG
           if(Status == STATUS_TIMEOUT)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050125/f447b128/attachment.html


More information about the Ros-diffs mailing list