X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Flttng-live%2Flttng-live-plugin.c;h=83c0458289bc1e9e2b0d9ac024eeaf0c679f3dbc;hp=1d0e0aa02f0c1700b8a75aad1f1640d3b39b2527;hb=49a4acefd0905cd95253f91d3781c758999847c3;hpb=85bb466398bbf32d8334066011bfe7be7ba71d8a diff --git a/formats/lttng-live/lttng-live-plugin.c b/formats/lttng-live/lttng-live-plugin.c index 1d0e0aa0..83c04582 100644 --- a/formats/lttng-live/lttng-live-plugin.c +++ b/formats/lttng-live/lttng-live-plugin.c @@ -102,8 +102,9 @@ int parse_url(const char *path, struct lttng_live_ctx *ctx) } } - if (ctx->port < 0) + if (ctx->port < 0) { ctx->port = LTTNG_DEFAULT_NETWORK_VIEWER_PORT; + } if (strlen(remain[2]) == 0) { printf_verbose("Connecting to hostname : %s, port : %d, " @@ -172,8 +173,9 @@ static int lttng_live_open_trace_read(const char *path) goto end_free; } - if (ctx->session_ids->len > 0) + if (ctx->session_ids->len > 0) { lttng_live_read(ctx); + } end_free: g_hash_table_destroy(ctx->session->ctf_traces);