mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +03:00
Use constant KEY_NETLOGON_PARAMS instead of literal key.
Michael (This used to be commit daf37c954572bbf652506daae9ff0c9c365b2a9e)
This commit is contained in:
parent
139340f570
commit
563c4ef740
@ -50,7 +50,7 @@ static const char *builtin_registry_paths[] = {
|
||||
"HKLM\\SYSTEM\\CurrentControlSet\\Control\\ProductOptions",
|
||||
"HKLM\\SYSTEM\\CurrentControlSet\\Control\\Terminal Server\\DefaultUserConfiguration",
|
||||
"HKLM\\SYSTEM\\CurrentControlSet\\Services\\TcpIp\\Parameters",
|
||||
"HKLM\\SYSTEM\\CurrentControlSet\\Services\\Netlogon\\Parameters",
|
||||
KEY_NETLOGON_PARAMS,
|
||||
"HKU",
|
||||
"HKCR",
|
||||
"HKPD",
|
||||
|
Loading…
x
Reference in New Issue
Block a user