mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[NTOS]
* Fix release build. svn path=/trunk/; revision=61574
This commit is contained in:
@@ -1313,7 +1313,6 @@ CmpQueryKeyDataFromCache(
|
||||
_Out_ PULONG ResultLength)
|
||||
{
|
||||
PCM_KEY_NODE Node;
|
||||
ULONG SubKeyCount;
|
||||
PHHIVE KeyHive;
|
||||
HCELL_INDEX KeyCell;
|
||||
USHORT NameLength;
|
||||
@@ -1328,6 +1327,7 @@ CmpQueryKeyDataFromCache(
|
||||
Node = HvGetCell(KeyHive, KeyCell);
|
||||
if (Node != NULL)
|
||||
{
|
||||
ULONG SubKeyCount;
|
||||
ASSERT(Node->ValueList.Count == Kcb->ValueCache.Count);
|
||||
|
||||
if (!(Kcb->ExtFlags & CM_KCB_INVALID_CACHED_INFO))
|
||||
|
||||
Reference in New Issue
Block a user