summaryrefslogtreecommitdiffstats
path: root/database
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2020-06-29 11:21:53 +0000
committerGitHub <noreply@github.com>2020-06-29 11:21:53 +0000
commit3a1625f480b6a48c8fcd6e99f557b7d41bafcb59 (patch)
treec1adc4286e38e100df37641674eedc0d7a393ff8 /database
parentf29c52676e62dc69f424760f3a0a209e23baa1f3 (diff)
Fix internal registry (#9434)
Move registry to do integration with spawn server.
Diffstat (limited to 'database')
-rw-r--r--database/rrdhost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/rrdhost.c b/database/rrdhost.c
index c61ae561d5..ff8bbd56f8 100644
--- a/database/rrdhost.c
+++ b/database/rrdhost.c
@@ -566,7 +566,7 @@ int rrd_init(char *hostname, struct rrdhost_system_info *system_info) {
gap_when_lost_iterations_above = 1;
health_init();
- registry_init();
+
rrdpush_init();
debug(D_RRDHOST, "Initializing localhost with hostname '%s'", hostname);