mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 08:30:21 +00:00
[ADVAPI32] Fix bugs in RegpCopyTree
This commit is contained in:
parent
a3288862e1
commit
d28bbf458a
1 changed files with 2 additions and 0 deletions
|
@ -546,6 +546,7 @@ RegpCopyTree(IN HKEY hKeySrc,
|
|||
if (Buffer != NULL)
|
||||
{
|
||||
Info.Buffer = Buffer;
|
||||
BufferSize = BufferSizeRequired;
|
||||
/* try again */
|
||||
}
|
||||
else
|
||||
|
@ -672,6 +673,7 @@ RegpCopyTree(IN HKEY hKeySrc,
|
|||
if (Buffer != NULL)
|
||||
{
|
||||
Info.Buffer = Buffer;
|
||||
BufferSize = BufferSizeRequired;
|
||||
/* try again */
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue