- Fix return value.

svn path=/trunk/; revision=17183
This commit is contained in:
Alex Ionescu 2005-08-07 23:00:51 +00:00
parent 3dac092c29
commit 5905ef7a1e

View file

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