mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
- Fix return value.
svn path=/trunk/; revision=17183
This commit is contained in:
parent
3dac092c29
commit
5905ef7a1e
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue