X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fconsumer.c;h=53f7c3946e859fd6c1c4a7581db12415ba5f8121;hp=eeba2a2ab50eb5466b3b5b2aecd006eccbdfb7db;hb=c94cc64b6a3d29e674a7171556310daf6d52e73f;hpb=7f13b97cfd2a9b89efd581eaba80aa5ba3358acf diff --git a/src/bin/lttng-sessiond/consumer.c b/src/bin/lttng-sessiond/consumer.c index eeba2a2ab..53f7c3946 100644 --- a/src/bin/lttng-sessiond/consumer.c +++ b/src/bin/lttng-sessiond/consumer.c @@ -84,7 +84,6 @@ char *setup_channel_trace_path(struct consumer_output *consumer, goto error; } else if (ret >= LTTNG_PATH_MAX) { ERR("Truncation occurred while formatting channel path"); - ret = -1; goto error; }