Commit c0e78d53 authored by Stas Korobeynikov's avatar Stas Korobeynikov Committed by Pavel Vainerman

remove force from channel_handle check

parent a810563d
......@@ -1781,7 +1781,7 @@ channel_handle_rfd(Channel *c, fd_set *readset, fd_set *writeset)
#endif
if (len < 0 && (errno == EINTR ||
((errno == EAGAIN || errno == EWOULDBLOCK) && !force)))
((errno == EAGAIN || errno == EWOULDBLOCK))))
return 1;
#ifndef PTY_ZEROREAD
if (len <= 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment