summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-01-18 16:13:01 +0100
committerMichael Adam <obnox@samba.org>2008-01-20 02:03:38 +0100
commit563c4ef74082b0d06d0511fef700980d92f04d08 (patch)
treeb0868a349a96182f170c4d11f5c63e27d146de03 /source3
parent139340f570f006032aba2d5d98e13731e373bdfe (diff)
downloadsamba-563c4ef74082b0d06d0511fef700980d92f04d08.tar.gz
samba-563c4ef74082b0d06d0511fef700980d92f04d08.tar.bz2
samba-563c4ef74082b0d06d0511fef700980d92f04d08.zip
Use constant KEY_NETLOGON_PARAMS instead of literal key.
Michael (This used to be commit daf37c954572bbf652506daae9ff0c9c365b2a9e)
Diffstat (limited to 'source3')
-rw-r--r--source3/registry/reg_db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/registry/reg_db.c b/source3/registry/reg_db.c
index c4bfc2b6c9..1b95c2558c 100644
--- a/source3/registry/reg_db.c
+++ b/source3/registry/reg_db.c
@@ -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",