Fix: Live tracing does not honor live timer after first tracefile with tracefile...
[lttng-tools.git] / src / bin / lttng-relayd / main.c
index f7c24b896ee24e54db183928992b9c4f88d494a1..27a428a273734a8e558e99132e04902ea1de4b32 100644 (file)
@@ -2338,7 +2338,6 @@ int relay_process_data(struct relay_connection *conn)
                                stream->tracefile_size, stream->tracefile_count,
                                relayd_uid, relayd_gid, stream->fd,
                                &(stream->tracefile_count_current), &stream->fd);
-               stream->total_index_received = 0;
                pthread_mutex_unlock(&stream->viewer_stream_rotation_lock);
                if (ret < 0) {
                        ERR("Rotating stream output file");
This page took 0.022805 seconds and 4 git commands to generate.