mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +03:00
Use some consts instead of literal strings for registry keys.
Michael (This used to be commit 80024f4e1c6594c3038e86a765f763d24fd96b59)
This commit is contained in:
parent
8eed06fb8c
commit
25c21fb562
@ -51,10 +51,10 @@ static const char *builtin_registry_paths[] = {
|
||||
"HKLM\\SYSTEM\\CurrentControlSet\\Control\\Terminal Server\\DefaultUserConfiguration",
|
||||
KEY_TCPIP_PARAMS,
|
||||
KEY_NETLOGON_PARAMS,
|
||||
"HKU",
|
||||
"HKCR",
|
||||
"HKPD",
|
||||
"HKPT",
|
||||
KEY_HKU,
|
||||
KEY_HKCR,
|
||||
KEY_HKPD,
|
||||
KEY_HKPT,
|
||||
NULL };
|
||||
|
||||
struct builtin_regkey_value {
|
||||
|
Loading…
x
Reference in New Issue
Block a user