Fix: wrong use of the relay_streams_sent in snapshot
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.c
index 366f8550bf03774db161b6d70bd34765f9005869..bce7db82caa67297df8423c5f0d1742978fe56d6 100644 (file)
@@ -1101,12 +1101,6 @@ static int snapshot_channel(uint64_t key, char *path, uint64_t relayd_id,
                        DBG("UST consumer snapshot stream %s/%s (%" PRIu64 ")", path,
                                        stream->name, stream->key);
                }
-               if (relayd_id != -1ULL) {
-                       ret = consumer_send_relayd_streams_sent(relayd_id);
-                       if (ret < 0) {
-                               goto error_unlock;
-                       }
-               }
 
                /*
                 * If tracing is active, we want to perform a "full" buffer flush.
This page took 0.025533 seconds and 5 git commands to generate.