Fix: relayd: live client not notified of inactive streams
[lttng-tools.git] / src / bin / lttng-relayd / main.c
index 902fcab8e4c93a00933b93477a2ccf1ed54a1401..88284d40e997dfacbfc84d590ca3ae6e5d4c258d 100644 (file)
@@ -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);
 }
 
This page took 0.024063 seconds and 4 git commands to generate.