Fix: relayd: live client not notified of inactive streams
[lttng-tools.git] / src / bin / lttng-relayd / main.c
index f06a36cf0e836e8d7829da1e567ba7666fe53afe..a7bd36a804bb6fac332055e7fc10e145d273463a 100644 (file)
@@ -1526,6 +1526,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);
 }
 
This page took 0.023939 seconds and 4 git commands to generate.