X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fmain.c;fp=src%2Fbin%2Flttng-relayd%2Fmain.c;h=88284d40e997dfacbfc84d590ca3ae6e5d4c258d;hb=5c764488e215742fbad29fd12ef904fda59878db;hp=902fcab8e4c93a00933b93477a2ccf1ed54a1401;hpb=105f712c786c0d284b22b380e6f1e7ede01e27d7;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/main.c b/src/bin/lttng-relayd/main.c index 902fcab8e..88284d40e 100644 --- a/src/bin/lttng-relayd/main.c +++ b/src/bin/lttng-relayd/main.c @@ -1524,6 +1524,7 @@ static void publish_connection_local_streams(struct relay_connection *conn) if (session->viewer_attached) { uatomic_set(&session->new_streams, 1); } + pthread_mutex_unlock(&session->lock); }