From 8e20a4c7bb936a4e919e499dfe4c975e80aaa80a Mon Sep 17 00:00:00 2001 From: David Goulet Date: Thu, 18 Sep 2014 15:38:18 -0400 Subject: [PATCH] Fix: remove break in lttng cmdline session listing This was causing to only list the first session with a "lttng list" command. Reported-by: Philippe Proulx Signed-off-by: David Goulet --- src/bin/lttng/commands/list.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/lttng/commands/list.c b/src/bin/lttng/commands/list.c index 9cc6e4747..96ccdb039 100644 --- a/src/bin/lttng/commands/list.c +++ b/src/bin/lttng/commands/list.c @@ -1277,7 +1277,6 @@ static int list_sessions(const char *session_name) MSG("%sTrace path: %s", indent4, sessions[i].path); MSG("%sLive timer interval (usec): %u\n", indent4, sessions[i].live_timer_interval); - break; } } -- 2.34.1