Fix: only synchronize application configuration on tracing start
[lttng-tools.git] / src / bin / lttng-sessiond / dispatch.c
index 8ef3c38cf21996de7014646c51cc4ac2ffb75dfa..04b3954c070b956d826c36f52b177371ff386ec8 100644 (file)
@@ -61,7 +61,7 @@ static void update_ust_app(int app_sock)
                        continue;
                }
                session_lock(sess);
-               if (!sess->ust_session) {
+               if (!sess->active || !sess->ust_session) {
                        goto unlock_session;
                }
 
This page took 0.026323 seconds and 5 git commands to generate.