don't bugcheck on object type mismatch in PsLookupCidHandle
Modified: trunk/reactos/ntoskrnl/ps/cid.c
--- trunk/reactos/ntoskrnl/ps/cid.c 2005-03-31 13:52:49 UTC (rev 14387) +++ trunk/reactos/ntoskrnl/ps/cid.c 2005-03-31 14:23:11 UTC (rev 14388) @@ -119,7 +119,6 @@
&ObjectType->TypeName, Entry->u2.GrantedAccess); ExUnlockHandleTableEntry(PspCidTable, Entry);
- KEBUGCHECK(0);
} }