X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fht-cleanup.c;h=a3b046b8834a2eaaa7dd74b9bb0bb0beb6cff806;hb=fc58be13f62e691645dd75d56ce26d2e121b13e0;hp=beb4e89dc8e71eff082cef0350a87e5f98eb14b0;hpb=1a1a34b40ab10a195633b1ed5e2e9b42fdae0a78;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/ht-cleanup.c b/src/bin/lttng-sessiond/ht-cleanup.c index beb4e89dc..a3b046b88 100644 --- a/src/bin/lttng-sessiond/ht-cleanup.c +++ b/src/bin/lttng-sessiond/ht-cleanup.c @@ -234,7 +234,7 @@ int init_ht_cleanup_thread(pthread_t *thread) goto error; } - init_pipe(ht_cleanup_quit_pipe); + ret = init_pipe(ht_cleanup_quit_pipe); if (ret) { goto error_quit_pipe; }