summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-06-30 19:43:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:58:09 -0500
commit8cea99d3acaf8348edcefce3f0be318fba440d6a (patch)
treebca79e46333fe538ffd720de169b039b267aa3be /source3/include
parent9ef00c5b1b9f5b5d6a6d0f24d573fd5ebc560c7b (diff)
downloadsamba-8cea99d3acaf8348edcefce3f0be318fba440d6a.tar.gz
samba-8cea99d3acaf8348edcefce3f0be318fba440d6a.tar.bz2
samba-8cea99d3acaf8348edcefce3f0be318fba440d6a.zip
r8026: * more fixes to the printing registry interface
(still not completely back to the read functionality we previously had but the cleanup is progressing) (This used to be commit 04431372a698433b4936392047228908a64ff382)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/rpc_reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/rpc_reg.h b/source3/include/rpc_reg.h
index a35e534952..bbbb1acf8c 100644
--- a/source3/include/rpc_reg.h
+++ b/source3/include/rpc_reg.h
@@ -64,7 +64,7 @@
#define KEY_HKU "HKU"
#define KEY_HKCR "HKCR"
#define KEY_PRINTING "HKLM\\SYSTEM\\CurrentControlSet\\Control\\Print"
-#define KEY_PRINTING_2K "HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Print"
+#define KEY_PRINTING_2K "HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Print\\Printers"
#define KEY_PRINTING_PORTS "HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Ports"
#define KEY_EVENTLOG "HKLM\\SYSTEM\\CurrentControlSet\\Services\\Eventlog"
#define KEY_SHARES "HKLM\\SYSTEM\\CurrentControlSet\\Services\\LanmanServer\\Shares"