Cleanup: remove ignored flags from poll events bitmasks
[lttng-tools.git] / src / lib / lttng-ctl / destruction-handle.cpp
index 04cbd92a59c4aa71862b6398abc3de52210e13ca..688e4faba652dd023d47f9ff131fab9ee8b8e3f6 100644 (file)
@@ -82,7 +82,7 @@ struct lttng_destruction_handle *lttng_destruction_handle_create(
        }
 
        ret = lttng_poll_add(&handle->communication.events, sessiond_socket,
-                       LPOLLIN | LPOLLHUP | LPOLLRDHUP | LPOLLERR);
+                       LPOLLIN | LPOLLRDHUP);
        if (ret) {
                goto error;
        }
This page took 0.02265 seconds and 4 git commands to generate.