Blame SOURCES/OpenIPMI-collectd.patch

0e57ae
diff -urNp a/unix/posix_thread_os_hnd.c b/unix/posix_thread_os_hnd.c
0e57ae
--- a/unix/posix_thread_os_hnd.c	2021-08-02 15:36:49.536860558 +0200
0e57ae
+++ b/unix/posix_thread_os_hnd.c	2021-08-02 15:38:48.990041616 +0200
0e57ae
@@ -140,8 +140,6 @@ add_fd(os_handler_t       *handler,
0e57ae
     fd_data->data_ready = data_ready;
0e57ae
     fd_data->handler = handler;
0e57ae
     fd_data->freed = freed;
0e57ae
-    sel_set_fd_write_handler(posix_sel, fd, SEL_FD_HANDLER_DISABLED);
0e57ae
-    sel_set_fd_except_handler(posix_sel, fd, SEL_FD_HANDLER_DISABLED);
0e57ae
     rv = sel_set_fd_handlers(posix_sel, fd, fd_data, fd_handler, NULL, NULL,
0e57ae
 			     free_fd_data);
0e57ae
     if (rv) {