mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
[NTOS:CONFIG] Comment out the assertion until fixed
CORE-17263
This commit is contained in:
@@ -2129,7 +2129,7 @@ CmLoadKey(IN POBJECT_ATTRIBUTES TargetKey,
|
||||
{
|
||||
DPRINT1("CmpLinkHiveToMaster failed, Status %lx\n", Status);
|
||||
/* FIXME: TODO */
|
||||
ASSERT(FALSE);
|
||||
// ASSERT(FALSE); see CORE-17263
|
||||
}
|
||||
|
||||
/* Is this first profile load? */
|
||||
|
||||
Reference in New Issue
Block a user