- Fix return value.
authorAlex Ionescu <aionescu@gmail.com>
Sun, 7 Aug 2005 23:00:51 +0000 (23:00 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Sun, 7 Aug 2005 23:00:51 +0000 (23:00 +0000)
svn path=/trunk/; revision=17183

reactos/ntoskrnl/ps/process.c

index f71343c..d08edfe 100644 (file)
@@ -513,7 +513,7 @@ PsLookupProcessThreadByCid(IN PCLIENT_ID Cid,
 {
     PHANDLE_TABLE_ENTRY CidEntry;
     PETHREAD FoundThread;
 {
     PHANDLE_TABLE_ENTRY CidEntry;
     PETHREAD FoundThread;
-    NTSTATUS Status = STATUS_INVALID_PARAMETER;
+    NTSTATUS Status = STATUS_INVALID_CID;
     PAGED_CODE();
 
     /* Get the CID Handle Entry */
     PAGED_CODE();
 
     /* Get the CID Handle Entry */