summaryrefslogtreecommitdiffstats
path: root/database/rrdcalc.c
diff options
context:
space:
mode:
Diffstat (limited to 'database/rrdcalc.c')
-rw-r--r--database/rrdcalc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/rrdcalc.c b/database/rrdcalc.c
index 8e41df8d65..18d34d6a6c 100644
--- a/database/rrdcalc.c
+++ b/database/rrdcalc.c
@@ -802,7 +802,7 @@ void rrdcalc_delete_alerts_not_matching_host_labels_from_this_host(RRDHOST *host
void rrdcalc_delete_alerts_not_matching_host_labels_from_all_hosts() {
RRDHOST *host;
- dfe_start_reentrant(rrdhost_root_index, host) {
+ dfe_start_reentrant(rrdb.rrdhost_root_index, host) {
if (unlikely(!host->health.health_enabled))
continue;