Cleanup: remove ignored flags from poll events bitmasks
[lttng-tools.git] / src / bin / lttng-sessiond / client.cpp
index 4c4cdf54092a6212c76a8dbbd0a01e656a743b4f..f33648fcc3b1541bb5970905c601ebd074ad22bd 100644 (file)
@@ -2501,7 +2501,7 @@ static void *thread_manage_clients(void *data)
        }
 
        /* Add thread quit pipe */
-       ret = lttng_poll_add(&events, thread_quit_pipe_fd, LPOLLIN | LPOLLERR);
+       ret = lttng_poll_add(&events, thread_quit_pipe_fd, LPOLLIN);
        if (ret < 0) {
                goto error;
        }
This page took 0.023091 seconds and 4 git commands to generate.