diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-17 01:50:34 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-17 01:50:34 +0000 |
commit | a9d1be0e12503c18f5e52ac1ee63e1f06bf82dfd (patch) | |
tree | 73f902d5c7e4c2546d269ce453265dacd856f91f /ace/Cached_Connect_Strategy_T.cpp | |
parent | 079edf0ed0eca878f38cd3a129e06aa486390d0b (diff) | |
download | ATCD-a9d1be0e12503c18f5e52ac1ee63e1f06bf82dfd.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Cached_Connect_Strategy_T.cpp')
-rw-r--r-- | ace/Cached_Connect_Strategy_T.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Cached_Connect_Strategy_T.cpp b/ace/Cached_Connect_Strategy_T.cpp index f31a209340c..ffc0aa83543 100644 --- a/ace/Cached_Connect_Strategy_T.cpp +++ b/ace/Cached_Connect_Strategy_T.cpp @@ -230,7 +230,7 @@ ACE_Cached_Connect_Strategy_Ex<ACE_T2>::cached_connect (SVC_HANDLER *&sh, if (errno == EWOULDBLOCK) errno = ENOTSUP; - else if (ACE::out_of_file_descriptors (errno)) + else if (ACE::out_of_handles (errno)) { // If the connect failed due to the process running out of // file descriptors then, auto_purging of some connections |