X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lttng%2Fcommands%2Fstop.c;h=f1299b5bc19d9276bf477dcca4009c87cb27af19;hb=6a4f824d3317497f00cd7065ab9905fbb86ea58f;hp=87862b4b905dcc049fd8c77703a9fd9693b02841;hpb=6e2d116c6138874c0357b1afb1db5aa7cd80ceb6;p=lttng-tools.git diff --git a/lttng/commands/stop.c b/lttng/commands/stop.c index 87862b4b9..f1299b5bc 100644 --- a/lttng/commands/stop.c +++ b/lttng/commands/stop.c @@ -56,9 +56,7 @@ static void usage(FILE *ofp) } /* - * stop_tracing - * - * Start tracing for all trace of the session. + * Start tracing for all trace of the session. */ static int stop_tracing(void) { @@ -86,6 +84,7 @@ free_name: if (opt_session_name == NULL) { free(session_name); } + error: return ret; }