Fix: sessiond: application channel creation failure stops start cmd
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.c
index 47cda24517da22ad53a899892562f660e71e8e32..c03772842b88e39976716c7c9f926217d2668e04 100644 (file)
@@ -4212,7 +4212,7 @@ int ust_app_create_channel_glb(struct ltt_ust_session *usess,
                        if (session_was_created) {
                                destroy_app_session(app, ua_sess);
                        }
-                       goto error_rcu_unlock;
+                       /* Continue to the next application. */
                }
        }
 
This page took 0.023149 seconds and 4 git commands to generate.