Use constant KEY_NETLOGON_PARAMS instead of literal key.
authorMichael Adam <obnox@samba.org>
Fri, 18 Jan 2008 15:13:01 +0000 (16:13 +0100)
committerMichael Adam <obnox@samba.org>
Sun, 20 Jan 2008 01:03:38 +0000 (02:03 +0100)
Michael
(This used to be commit daf37c954572bbf652506daae9ff0c9c365b2a9e)

source3/registry/reg_db.c

index c4bfc2b6c9c9c7c51b19ba629cab3f199d67a436..1b95c2558c5acd6bef6c265c88807077445082e8 100644 (file)
@@ -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",