From 9eafb2971faec6a14823966dd658b772f70a56f7 Mon Sep 17 00:00:00 2001 From: Victor Perevertkin Date: Sat, 5 Dec 2020 22:17:08 +0300 Subject: [PATCH] [NTOS:CONFIG] Comment out the assertion until fixed CORE-17263 --- ntoskrnl/config/cmapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntoskrnl/config/cmapi.c b/ntoskrnl/config/cmapi.c index fe81bbc3051..ee801a64aae 100644 --- a/ntoskrnl/config/cmapi.c +++ b/ntoskrnl/config/cmapi.c @@ -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? */