Revert r18070.

svn path=/trunk/; revision=18107
This commit is contained in:
Filip Navara
2005-09-26 20:29:08 +00:00
parent 2f5a9a2734
commit 4d68062bfb
-1
View File
@@ -3033,7 +3033,6 @@ CmiAllocateHashTableCell (IN PREGISTRY_HIVE RegistryHive,
else
{
ASSERT(SubKeyCount <= 0xffff); /* should really be USHORT_MAX or similar */
NewHashBlock->CellSize = -NewHashSize;
NewHashBlock->Id = REG_HASH_TABLE_CELL_ID;
NewHashBlock->HashTableSize = (USHORT)SubKeyCount;
*HashBlock = NewHashBlock;