summaryrefslogtreecommitdiffstats
path: root/health/health.c
diff options
context:
space:
mode:
authorEmmanuel Vasilakis <mrzammler@mm.st>2022-05-03 10:37:14 +0300
committerGitHub <noreply@github.com>2022-05-03 10:37:14 +0300
commit0996abc7c0ef80bf9d128cfe52b69082831c61e4 (patch)
treea48f1a15cb339429ea01fe4a81e6129b127bcda5 /health/health.c
parent22863c42b9ccf59d340f39c7719b6ef19b455a16 (diff)
Check for chart obsoletion on children re-connections (#12707)
* check for chart obsoletion on children connections * use rrdset_is_obsolete
Diffstat (limited to 'health/health.c')
-rw-r--r--health/health.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/health/health.c b/health/health.c
index e81c933303..912ddf6b26 100644
--- a/health/health.c
+++ b/health/health.c
@@ -808,7 +808,6 @@ void *health_main(void *ptr) {
#endif
}
}
- continue;
}
if (unlikely(!rrdcalc_isrunnable(rc, now, &next_run))) {