summaryrefslogtreecommitdiffstats
path: root/streaming/sender.c
diff options
context:
space:
mode:
Diffstat (limited to 'streaming/sender.c')
-rw-r--r--streaming/sender.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/streaming/sender.c b/streaming/sender.c
index c6ea18bab9..c48f9b3e06 100644
--- a/streaming/sender.c
+++ b/streaming/sender.c
@@ -622,6 +622,8 @@ void *rrdpush_sender_thread(void *ptr) {
buffer_sprintf(s->build, "TIMESTAMP %ld", now);
sender_commit(s);
}
+ if (s->version >= STREAM_VERSION_CLAIM)
+ rrdpush_claimed_id(s->host);
continue;
}