Fix: rotation may never complete in per-PID buffering mode
[lttng-tools.git] / src / bin / lttng-sessiond / ht-cleanup.c
index beb4e89dc8e71eff082cef0350a87e5f98eb14b0..a3b046b8834a2eaaa7dd74b9bb0bb0beb6cff806 100644 (file)
@@ -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;
        }
This page took 0.024659 seconds and 5 git commands to generate.