X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fconsumer.c;h=53f7c3946e859fd6c1c4a7581db12415ba5f8121;hb=bb1f36c2a29df3ea046b9502b7d40eec9fdc0ebd;hp=eeba2a2ab50eb5466b3b5b2aecd006eccbdfb7db;hpb=7c387fb5c6c213dae7105e32396be5e4c9424033;p=lttng-tools.git 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; }