summaryrefslogtreecommitdiffstats
path: root/streaming/rrdpush.c
diff options
context:
space:
mode:
Diffstat (limited to 'streaming/rrdpush.c')
-rw-r--r--streaming/rrdpush.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/streaming/rrdpush.c b/streaming/rrdpush.c
index a9e75d4ccf..65ca18b5b7 100644
--- a/streaming/rrdpush.c
+++ b/streaming/rrdpush.c
@@ -369,6 +369,9 @@ void rrdpush_claimed_id(RRDHOST *host)
{
if(unlikely(!host->rrdpush_send_enabled || !host->rrdpush_sender_connected))
return;
+
+ if(host->sender->version < STREAM_VERSION_CLAIM)
+ return;
sender_start(host->sender);
netdata_mutex_lock(&host->claimed_id_lock);