Fix: sessiond: application channel creation failure stops start cmd
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.c
index a53cf24e214f3409e561548eb1a5ec04ca3e13cc..f4185bc23ec237f548ad5dd1cdcf2bca064905b8 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.023698 seconds and 4 git commands to generate.