Author: akhaldi Date: Wed Jan 8 12:14:14 2014 New Revision: 61574
URL: http://svn.reactos.org/svn/reactos?rev=61574&view=rev Log: [NTOS] * Fix release build.
Modified: trunk/reactos/ntoskrnl/config/cmapi.c
Modified: trunk/reactos/ntoskrnl/config/cmapi.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/config/cmapi.c?rev... ============================================================================== --- trunk/reactos/ntoskrnl/config/cmapi.c [iso-8859-1] (original) +++ trunk/reactos/ntoskrnl/config/cmapi.c [iso-8859-1] Wed Jan 8 12:14:14 2014 @@ -1313,7 +1313,6 @@ _Out_ PULONG ResultLength) { PCM_KEY_NODE Node; - ULONG SubKeyCount; PHHIVE KeyHive; HCELL_INDEX KeyCell; USHORT NameLength; @@ -1328,6 +1327,7 @@ Node = HvGetCell(KeyHive, KeyCell); if (Node != NULL) { + ULONG SubKeyCount; ASSERT(Node->ValueList.Count == Kcb->ValueCache.Count);
if (!(Kcb->ExtFlags & CM_KCB_INVALID_CACHED_INFO))