1
0
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:
Michael Adam 2008-01-20 01:09:52 +01:00
parent 8eed06fb8c
commit 25c21fb562

View File

@ -51,10 +51,10 @@ static const char *builtin_registry_paths[] = {
"HKLM\\SYSTEM\\CurrentControlSet\\Control\\Terminal Server\\DefaultUserConfiguration", "HKLM\\SYSTEM\\CurrentControlSet\\Control\\Terminal Server\\DefaultUserConfiguration",
KEY_TCPIP_PARAMS, KEY_TCPIP_PARAMS,
KEY_NETLOGON_PARAMS, KEY_NETLOGON_PARAMS,
"HKU", KEY_HKU,
"HKCR", KEY_HKCR,
"HKPD", KEY_HKPD,
"HKPT", KEY_HKPT,
NULL }; NULL };
struct builtin_regkey_value { struct builtin_regkey_value {