X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-app.c;h=7c9eb4ff352224b237d9473e3c915c21fc70175f;hb=def8897149ac794709649d97d72f9b8bc7d71bd8;hp=e3995bdf612d0e82a2fea38e0c4008fd4795b8f2;hpb=fb83fe64f250bec7416f18891a8264450c61ead3;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/ust-app.c b/src/bin/lttng-sessiond/ust-app.c index e3995bdf6..7c9eb4ff3 100644 --- a/src/bin/lttng-sessiond/ust-app.c +++ b/src/bin/lttng-sessiond/ust-app.c @@ -5955,7 +5955,7 @@ int ust_app_pid_get_channel_runtime_stats(struct ltt_ust_session *usess, } /* Get channel */ - lttng_ht_lookup(ua_sess->channels, (void *)uchan->name, &uiter); + lttng_ht_lookup(ua_sess->channels, (void *) uchan->name, &uiter); ua_chan_node = lttng_ht_iter_get_node_str(&uiter); /* If the session is found for the app, the channel must be there */ assert(ua_chan_node); @@ -5971,7 +5971,6 @@ int ust_app_pid_get_channel_runtime_stats(struct ltt_ust_session *usess, ua_chan->key, consumer, discarded); goto end; } - goto end; } end: