Fix infinite loop when enabling all events
[lttng-tools.git] / ltt-sessiond / main.c
index cdeb009118f37c6fe0f573d952454e145addd71f..6385366047c53d785d8a080a5a67433046063477 100644 (file)
@@ -1166,7 +1166,6 @@ static int process_client_msg(struct command_ctx *cmd_ctx)
                                ret = kernel_create_event(&ev_attr, chan);
                                if (ret < 0) {
                                        /* Ignore error here and continue */
-                                       continue;
                                }
                        }
 
This page took 0.026006 seconds and 5 git commands to generate.