Fix: Live tracing does not honor live timer after first tracefile with tracefile...
[lttng-tools.git] / src / bin / lttng-relayd / main.c
index 6101fdb2043bf079f53eed3bdbb94cdf5ec26e25..a1861de17561d8c1f79af577e9276a0aee5d598a 100644 (file)
@@ -2191,7 +2191,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.026125 seconds and 4 git commands to generate.