Re-enable assert

svn path=/trunk/; revision=7515
This commit is contained in:
Gé van Geldorp 2004-01-08 20:39:29 +00:00
parent 13713116d5
commit 8f41100a91

View file

@ -2280,7 +2280,7 @@ CmiScanForSubKey(IN PREGISTRY_HIVE ParentKeyRegistryHive,
DPRINT("Scanning for sub key %wZ\n", KeyName);
// assert(RegistryHive);
assert(ParentKeyRegistryHive);
*SubKeyCell = NULL;