diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-11-02 06:15:35 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-11-02 06:15:35 +0000 |
commit | e0c3f0013f8c224c9890bb1ef52a0b10bdf34a4a (patch) | |
tree | 724f948ed62a8a297c441e4d667e8cf0ad3ffaf7 /ace/UPIPE_Connector.cpp | |
parent | 97c497461ff98c11d16ac1d89a312e3b6326e2e9 (diff) | |
download | ATCD-e0c3f0013f8c224c9890bb1ef52a0b10bdf34a4a.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/UPIPE_Connector.cpp')
-rw-r--r-- | ace/UPIPE_Connector.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/UPIPE_Connector.cpp b/ace/UPIPE_Connector.cpp index 5ea40131844..6136583ebee 100644 --- a/ace/UPIPE_Connector.cpp +++ b/ace/UPIPE_Connector.cpp @@ -79,9 +79,6 @@ ACE_UPIPE_Connector::connect (ACE_UPIPE_Stream &new_stream, if (result == -1) ACE_ERROR ((LM_ERROR, "ACE_UPIPE_Connector %p\n", "no confirmation from server")); - - if (result == -1) - this->close (); else // Close down the new_stream at this point in order to // conserve handles. Note that we don't need the SPIPE |