From b2ddfc642d0d6a39e6962c61dd178c69f0cd801b Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 1 Feb 2011 11:50:10 +0100 Subject: s3-smbd: Init the svcctl registry keys on service startup. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- source3/registry/reg_init_full.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/registry') 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: -- cgit