diff --git a/src/lcpex/vpty/libclpex_tty.cpp b/src/lcpex/vpty/libclpex_tty.cpp index 065012e..26bdcec 100644 --- a/src/lcpex/vpty/libclpex_tty.cpp +++ b/src/lcpex/vpty/libclpex_tty.cpp @@ -266,7 +266,7 @@ int exec_pty( } } if (watched_fds[this_fd].revents & POLLERR) { - close(watched_fds[this_fd].fd); + //close(watched_fds[this_fd].fd); break_out = true; //continue; }