diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-11 01:04:04 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-11 01:04:04 +0000 |
commit | f1ca33521098d86b82f089ef2bc9e109645de1e0 (patch) | |
tree | 60da7562b6672a9f3c65bc5996041350d6a9a5bb /ace/UPIPE_Connector.i | |
parent | b48c129ecdd412467b481397dc610167f9b94625 (diff) | |
download | ATCD-f1ca33521098d86b82f089ef2bc9e109645de1e0.tar.gz |
rs
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")); } |