mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
[NTOS:CONFIG] Comment out the assertion until fixed
CORE-17263
This commit is contained in:
parent
15a7b9dd2f
commit
9eafb2971f
1 changed files with 1 additions and 1 deletions
|
@ -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? */
|
||||
|
|
Loading…
Reference in a new issue