mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:26:17 +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);
|
&ObjectType->TypeName, Entry->u2.GrantedAccess);
|
||||||
ExUnlockHandleTableEntry(PspCidTable,
|
ExUnlockHandleTableEntry(PspCidTable,
|
||||||
Entry);
|
Entry);
|
||||||
KEBUGCHECK(0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue