diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-11-22 15:55:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:16:01 -0500 |
commit | 9e29e5d2b893be02786b15495c71b4e0b09ec953 (patch) | |
tree | 83a6f7c6df23f6a7dc53493a4c1f31c8b7a03899 | |
parent | 45111ff1cb3410b0e696a21ee68a556d4cc19a54 (diff) | |
download | samba-9e29e5d2b893be02786b15495c71b4e0b09ec953.tar.gz samba-9e29e5d2b893be02786b15495c71b4e0b09ec953.tar.bz2 samba-9e29e5d2b893be02786b15495c71b4e0b09ec953.zip |
r19839: Fix the build, we are not there yet :-)
(This used to be commit ff4123c8f2e07e282800c166a4e00b1015ddd45c)
-rw-r--r-- | source3/registry/reg_db.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/registry/reg_db.c b/source3/registry/reg_db.c index 31122b858e..df0664a304 100644 --- a/source3/registry/reg_db.c +++ b/source3/registry/reg_db.c @@ -46,7 +46,6 @@ static const char *builtin_registry_paths[] = { KEY_PRINTING, KEY_SHARES, KEY_EVENTLOG, - KEY_SMBCONF, "HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Perflib", "HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Perflib\\009", "HKLM\\SYSTEM\\CurrentControlSet\\Control\\Print\\Monitors", |