mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
Passing _readOnly and _extraSam inside delete Key to the RegistryKey Constructor
This commit is contained in:
parent
d658cc25e7
commit
991387a113
@ -352,7 +352,7 @@ void WinRegistryKey::deleteKey()
|
||||
std::string subKey(_subKey);
|
||||
subKey += "\\";
|
||||
subKey += *it;
|
||||
WinRegistryKey subRegKey(_hRootKey, subKey);
|
||||
WinRegistryKey subRegKey(_hRootKey, subKey, _readOnly, _extraSam);
|
||||
subRegKey.deleteKey();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user