summaryrefslogtreecommitdiff
path: root/ACE/ace/SOCK_Connector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/SOCK_Connector.cpp')
-rw-r--r--ACE/ace/SOCK_Connector.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ACE/ace/SOCK_Connector.cpp b/ACE/ace/SOCK_Connector.cpp
index 2dda434d258..ea70011cedf 100644
--- a/ACE/ace/SOCK_Connector.cpp
+++ b/ACE/ace/SOCK_Connector.cpp
@@ -119,8 +119,7 @@ ACE_SOCK_Connector::shared_connect_finish (ACE_SOCK_Stream &new_stream,
if (error == EINPROGRESS || error == EWOULDBLOCK)
{
// This expression checks if we were polling.
- if (timeout->sec () == 0
- && timeout->usec () == 0)
+ if (*timeout == ACE_Time_Value::zero)
{
#if defined(ACE_WIN32)
// In order to detect when the socket that has been