mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 09:36:33 +00:00
[MKHIVE]
Set proper parent for registry keys. Patch by theflash < theflash at sdf dot lonestar dot org > CORE-7128 #resolve svn path=/trunk/; revision=58875
This commit is contained in:
parent
76a1dccfe2
commit
5ace783b87
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ CmiAddSubKey(
|
|||
NewKeyCell->Flags = 0;
|
||||
}
|
||||
KeQuerySystemTime(&NewKeyCell->LastWriteTime);
|
||||
NewKeyCell->Parent = HCELL_NIL;
|
||||
NewKeyCell->Parent = ParentKeyCellOffset;
|
||||
NewKeyCell->SubKeyCounts[Stable] = 0;
|
||||
NewKeyCell->SubKeyCounts[Volatile] = 0;
|
||||
NewKeyCell->SubKeyLists[Stable] = HCELL_NIL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue