diff options
Diffstat (limited to 'ace/UPIPE_Connector.i')
-rw-r--r-- | ace/UPIPE_Connector.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/UPIPE_Connector.i b/ace/UPIPE_Connector.i index 480305b61da..7cf670caf04 100644 --- a/ace/UPIPE_Connector.i +++ b/ace/UPIPE_Connector.i @@ -17,7 +17,7 @@ ACE_UPIPE_Connector::ACE_UPIPE_Connector (ACE_UPIPE_Stream &new_stream, ACE_TRACE ("ACE_UPIPE_Connector::ACE_UPIPE_Connector"); if (this->connect (new_stream, addr, timeout, local_sap, reuse_addr, flags, perms) == -1 - && timeout != 0 && !(errno == EWOULDBLOCK || errno == ETIMEDOUT)) + && timeout != 0 && !(errno == EWOULDBLOCK || errno == ETIME)) ACE_ERROR ((LM_ERROR, "address %s, %p\n", addr.get_path_name (), "ACE_UPIPE_Connector")); } |