https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9eafb2971faec6a14823966dd658b772f70a56f7
commit 9eafb2971faec6a14823966dd658b772f70a56f7 Author: Victor Perevertkin <[email protected]> AuthorDate: Sat Dec 5 22:17:08 2020 +0300 Commit: Victor Perevertkin <[email protected]> CommitDate: Sat Dec 5 22:17:08 2020 +0300 [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? */
