summaryrefslogtreecommitdiffstats
path: root/database
diff options
context:
space:
mode:
authorEmmanuel Vasilakis <mrzammler@mm.st>2022-11-10 18:37:10 +0200
committerGitHub <noreply@github.com>2022-11-10 18:37:10 +0200
commit4afc63c85d319c8965ab446af6d167f5e9eb3199 (patch)
treed5e063e50fc092baf093eb1b7aff1d9c8d45cee5 /database
parentd62a168074b6771e0bb5de7a1c1ab2901a912be5 (diff)
Remove health_thread_stop (#13948)
* remove health_thread_stop * soft sleeps
Diffstat (limited to 'database')
-rw-r--r--database/rrdhost.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/database/rrdhost.c b/database/rrdhost.c
index 08a9d42e42..1027d94eda 100644
--- a/database/rrdhost.c
+++ b/database/rrdhost.c
@@ -1112,7 +1112,6 @@ void rrdhost_free(RRDHOST *host, bool force) {
freez(host->exporting_flags);
- health_thread_stop(host);
health_alarm_log_free(host);
#ifdef ENABLE_DBENGINE