X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Findex.c;h=80a4bb94d2a0651dc24100425c52ca4047b06209;hp=9c307790ac5f3f332e7695ff9790782b76683400;hb=719155c2bed581d85290537fd95bafc787229dbc;hpb=ca939de8e5178bd731b86d0c4588ca84cc0d16f8 diff --git a/src/bin/lttng-relayd/index.c b/src/bin/lttng-relayd/index.c index 9c307790a..80a4bb94d 100644 --- a/src/bin/lttng-relayd/index.c +++ b/src/bin/lttng-relayd/index.c @@ -162,7 +162,7 @@ struct relay_index *relay_index_get_by_id_or_create(struct relay_stream *stream, end: rcu_read_unlock(); DBG2("Index %sfound or created in HT for stream ID %" PRIu64 " and seqnum %" PRIu64, - (index == NULL) ? "NOT " : "", index->stream->stream_handle, net_seq_num); + (index == NULL) ? "NOT " : "", stream->stream_handle, net_seq_num); return index; }