summaryrefslogtreecommitdiff
path: root/cppe
diff options
context:
space:
mode:
Diffstat (limited to 'cppe')
-rwxr-xr-xcppe/src/IceE/Connection.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cppe/src/IceE/Connection.cpp b/cppe/src/IceE/Connection.cpp
index 9bd9f25af4d..4c6c2c5cfc7 100755
--- a/cppe/src/IceE/Connection.cpp
+++ b/cppe/src/IceE/Connection.cpp
@@ -943,6 +943,8 @@ Ice::Connection::Connection(const InstancePtr& instance,
{
_transceiver->setTimeouts(-1, _endpoint->timeout());
}
+#elif defined(ICEE_BLOCKING_CLIENT) && defined(ICEE_PURE_BLOCKING_CLIENT)
+ _transceiver->setTimeouts(_endpoint->timeout(), _endpoint->timeout());
#else
_transceiver->setTimeouts(-1, _endpoint->timeout());
#endif