No need to increment handle count, it is already done in ExpAllocateHandleTableEntry()

svn path=/trunk/; revision=30812
This commit is contained in:
Hervé Poussineau 2007-11-27 08:41:27 +00:00
parent 5220fd6970
commit 3de1da8cb9

View file

@ -1120,9 +1120,8 @@ ExDupHandleTable(IN PEPROCESS Process,
HandleTableEntry,
NewEntry))
{
/* Lock the entry, increase the handle count */
/* Lock the entry */
NewEntry->Value |= EXHANDLE_TABLE_ENTRY_LOCK_BIT;
NewTable->HandleCount++;
}
else
{