mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
don't bugcheck on object type mismatch in PsLookupCidHandle
svn path=/trunk/; revision=14388
This commit is contained in:
parent
fd13cf7e83
commit
97db1efac1
1 changed files with 0 additions and 1 deletions
|
@ -119,7 +119,6 @@ PsLookupCidHandle(HANDLE CidHandle, POBJECT_TYPE ObjectType, PVOID *Object)
|
|||
&ObjectType->TypeName, Entry->u2.GrantedAccess);
|
||||
ExUnlockHandleTableEntry(PspCidTable,
|
||||
Entry);
|
||||
KEBUGCHECK(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue