From 16ab6b8a9c89f170d7047b386dfe9a93c4d59a58 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Mon, 15 Aug 2011 16:14:45 -0400 Subject: [PATCH] Continue parsing options for add-context on error Signed-off-by: David Goulet --- lttng/commands/add_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lttng/commands/add_context.c b/lttng/commands/add_context.c index 619f7c9ac..e82678bfc 100644 --- a/lttng/commands/add_context.c +++ b/lttng/commands/add_context.c @@ -383,7 +383,7 @@ static int add_context(char *session_name) opt_channel_name); if (ret < 0) { fprintf(stderr, "%s: ", type->opt->symbol); - goto error; + continue; } else { MSG("Kernel context %s added", type->opt->symbol); } -- 2.34.1