X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Flib%2Flttng-ctl%2Fdestruction-handle.cpp;fp=src%2Flib%2Flttng-ctl%2Fdestruction-handle.cpp;h=688e4faba652dd023d47f9ff131fab9ee8b8e3f6;hp=04cbd92a59c4aa71862b6398abc3de52210e13ca;hb=1524f98c04431d04e50796f83a9dd29184b3a8a4;hpb=8d5a3312b34841f1ecba2605acad3eaca79fd5e4 diff --git a/src/lib/lttng-ctl/destruction-handle.cpp b/src/lib/lttng-ctl/destruction-handle.cpp index 04cbd92a5..688e4faba 100644 --- a/src/lib/lttng-ctl/destruction-handle.cpp +++ b/src/lib/lttng-ctl/destruction-handle.cpp @@ -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; }