don't bugcheck on object type mismatch in PsLookupCidHandle

svn path=/trunk/; revision=14388
This commit is contained in:
Thomas Bluemel 2005-03-31 14:23:11 +00:00
parent fd13cf7e83
commit 97db1efac1

View file

@ -119,7 +119,6 @@ PsLookupCidHandle(HANDLE CidHandle, POBJECT_TYPE ObjectType, PVOID *Object)
&ObjectType->TypeName, Entry->u2.GrantedAccess);
ExUnlockHandleTableEntry(PspCidTable,
Entry);
KEBUGCHECK(0);
}
}