diff options
Diffstat (limited to 'cppe/src/TcpTransport/Connector.cpp')
-rw-r--r-- | cppe/src/TcpTransport/Connector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/TcpTransport/Connector.cpp b/cppe/src/TcpTransport/Connector.cpp index 3a5525bc417..c2c110f4dd3 100644 --- a/cppe/src/TcpTransport/Connector.cpp +++ b/cppe/src/TcpTransport/Connector.cpp @@ -33,7 +33,7 @@ Connector::connect(int timeout) SOCKET fd = createSocket(); setBlock(fd, false); doConnect(fd, _addr, timeout); -#ifndef ICEE_USE_SELECT_FOR_TIMEOUTS +#ifndef ICEE_USE_SELECT_OR_POLL_FOR_TIMEOUTS setBlock(fd, true); #endif |