[NTOS:CONFIG] Comment out the assertion until fixed

CORE-17263
This commit is contained in:
Victor Perevertkin 2020-12-05 22:17:08 +03:00
parent 15a7b9dd2f
commit 9eafb2971f
No known key found for this signature in database
GPG key ID: C750B7222E9C7830

View 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? */