From 1121820b6fd5a7e560ee3a027b93aedc4636ac53 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Wed, 25 Jul 2018 15:32:10 -0400 Subject: [PATCH] Cleanup: missing line in consumer-stream.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau Signed-off-by: Jonathan Rajotte --- src/common/consumer/consumer-stream.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/consumer/consumer-stream.c b/src/common/consumer/consumer-stream.c index b2a5d41fd..97ba627dc 100644 --- a/src/common/consumer/consumer-stream.c +++ b/src/common/consumer/consumer-stream.c @@ -362,6 +362,7 @@ int consumer_stream_write_index(struct lttng_consumer_stream *stream, rcu_read_lock(); if (stream->relayd_id != (uint64_t) -1ULL) { struct consumer_relayd_sock_pair *relayd; + relayd = consumer_find_relayd(stream->relayd_id); if (relayd) { pthread_mutex_lock(&relayd->ctrl_sock_mutex); -- 2.34.1