Cleanup: remove ignored flags from poll events bitmasks
[lttng-tools.git] / src / bin / lttng-sessiond / manage-consumer.cpp
index d9d1e670ec87e2da1f356c4dc2930db6005a1c83..ae1529e9be5a76c851db52a8aad28e0d5cfd5b7f 100644 (file)
@@ -83,7 +83,7 @@ static void *thread_consumer_management(void *data)
                goto error_poll;
        }
 
-       ret = lttng_poll_add(&events, thread_quit_pipe_fd, LPOLLIN | LPOLLERR);
+       ret = lttng_poll_add(&events, thread_quit_pipe_fd, LPOLLIN);
        if (ret < 0) {
                mark_thread_intialization_as_failed(notifiers);
                goto error;
This page took 0.027022 seconds and 4 git commands to generate.