[NTOS:CONFIG] Comment out the assertion until fixed
authorVictor Perevertkin <victor.perevertkin@reactos.org>
Sat, 5 Dec 2020 19:17:08 +0000 (22:17 +0300)
committerVictor Perevertkin <victor.perevertkin@reactos.org>
Sat, 5 Dec 2020 19:17:08 +0000 (22:17 +0300)
CORE-17263

ntoskrnl/config/cmapi.c

index fe81bbc..ee801a6 100644 (file)
@@ -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? */