Fix: relayd: live client not notified of inactive streams
[lttng-tools.git] / src / bin / lttng-relayd / main.cpp
index 1de1f1853009e10cac954e690edd2aeaa2b25c4f..ea0ed2119b5237684b35695038658fa2ed4ea5b6 100644 (file)
@@ -1531,6 +1531,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.023508 seconds and 4 git commands to generate.