diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-17 00:55:40 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-17 00:55:40 +0000 |
commit | a63b47ad25895e835de824d486154b530ce44679 (patch) | |
tree | a8f615b49f8a0a12966b5728d291fd0ef9c3c6ed /ace/Cached_Connect_Strategy_T.cpp | |
parent | 1de5f9a29dc1d8465108b1ced4b09de35f2cf807 (diff) | |
download | ATCD-a63b47ad25895e835de824d486154b530ce44679.tar.gz |
ChangeLogTag:Fri Jul 16 19:41:05 1999 Irfan Pyarali <irfan@cs.wustl.edu>
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 8c40738ea6d..f31a209340c 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 (errno == EMFILE || errno == ENOBUFS || errno == ENOENT) + else if (ACE::out_of_file_descriptors (errno)) { // If the connect failed due to the process running out of // file descriptors then, auto_purging of some connections |