mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Re-enable assert
svn path=/trunk/; revision=7515
This commit is contained in:
parent
13713116d5
commit
8f41100a91
1 changed files with 1 additions and 1 deletions
|
@ -2280,7 +2280,7 @@ CmiScanForSubKey(IN PREGISTRY_HIVE ParentKeyRegistryHive,
|
|||
|
||||
DPRINT("Scanning for sub key %wZ\n", KeyName);
|
||||
|
||||
// assert(RegistryHive);
|
||||
assert(ParentKeyRegistryHive);
|
||||
|
||||
*SubKeyCell = NULL;
|
||||
|
||||
|
|
Loading…
Reference in a new issue