Fix infinite loop when enabling all events
authorDavid Goulet <david.goulet@polymtl.ca>
Wed, 29 Jun 2011 22:07:12 +0000 (18:07 -0400)
committerDavid Goulet <david.goulet@polymtl.ca>
Wed, 29 Jun 2011 22:07:12 +0000 (18:07 -0400)
Signed-off-by: David Goulet <david.goulet@polymtl.ca>
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.028633 seconds and 5 git commands to generate.