mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[ntoskrnl/cm]
- advapi32 winetest registry tries to create a non-volatile child of a volatile parent. Comment out the warning ASSERT to let testman pass through this condition. svn path=/trunk/; revision=44916
This commit is contained in:
@@ -460,7 +460,7 @@ CmpDoCreate(IN PHHIVE Hive,
|
||||
!(ParseContext->CreateOptions & REG_OPTION_VOLATILE))
|
||||
{
|
||||
/* Children of volatile parents must also be volatile */
|
||||
ASSERT(FALSE);
|
||||
//ASSERT(FALSE);
|
||||
Status = STATUS_CHILD_MUST_BE_VOLATILE;
|
||||
goto Exit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user