X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fcmd.c;h=5bec355486975a21d0417a9538728d4ea2f3822d;hb=f86c9f4e9488dfd3eebb33fbec1b6afb1cd02630;hp=4b8d82efe255d398d9e5eba605be42d96cec5421;hpb=b22c5da8183071fe98110672b24d8a5ddfdd4511;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/cmd.c b/src/bin/lttng-sessiond/cmd.c index 4b8d82efe..5bec35548 100644 --- a/src/bin/lttng-sessiond/cmd.c +++ b/src/bin/lttng-sessiond/cmd.c @@ -458,6 +458,7 @@ static int add_uri_to_consumer(struct consumer_output *consumer, * URI was the same in the consumer so we do not append the subdir * again so to not duplicate output dir. */ + ret = LTTNG_OK; goto error; }