diff options
author | Andreas Schneider <asn@samba.org> | 2011-02-01 11:50:10 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-07 12:32:01 +0100 |
commit | b2ddfc642d0d6a39e6962c61dd178c69f0cd801b (patch) | |
tree | 184d511a78bcdaad64ec79731c7c06f2eedcd817 /source3/registry | |
parent | f1d5cea322f26aae23ee5fb57207648ec15f8218 (diff) | |
download | samba-b2ddfc642d0d6a39e6962c61dd178c69f0cd801b.tar.gz samba-b2ddfc642d0d6a39e6962c61dd178c69f0cd801b.tar.bz2 samba-b2ddfc642d0d6a39e6962c61dd178c69f0cd801b.zip |
s3-smbd: Init the svcctl registry keys on service startup.
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/registry')
-rw-r--r-- | source3/registry/reg_init_full.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/registry/reg_init_full.c b/source3/registry/reg_init_full.c index 39ce8f348b..f14ffd0709 100644 --- a/source3/registry/reg_init_full.c +++ b/source3/registry/reg_init_full.c @@ -96,8 +96,6 @@ WERROR registry_init_full(void) reghook_dump_cache(20); /* add any keys for other services */ - - svcctl_init_keys(); perfcount_init_keys(); fail: |