X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Findex.c;h=0fd7bf6e0518152b322ec40aa4c8509bdb279bcc;hb=66afc7126cfeeca7926f9660f5906429a0e687a5;hp=6c1caf40c1aa264ce353ffc4e0b60fdbef058cd8;hpb=b2c8336a02528a26402d9fc7c5de74b739cf6a37;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/index.c b/src/bin/lttng-relayd/index.c index 6c1caf40c..0fd7bf6e0 100644 --- a/src/bin/lttng-relayd/index.c +++ b/src/bin/lttng-relayd/index.c @@ -143,7 +143,7 @@ struct relay_index *relay_index_get_by_id_or_create(struct relay_stream *stream, index = relay_index_create(stream, net_seq_num); if (!index) { ERR("Cannot create index for stream id %" PRIu64 " and seq_num %" PRIu64, - index->stream->stream_handle, net_seq_num); + stream->stream_handle, net_seq_num); goto end; } oldindex = relay_index_add_unique(stream, index);