From a63b47ad25895e835de824d486154b530ce44679 Mon Sep 17 00:00:00 2001 From: irfan Date: Sat, 17 Jul 1999 00:55:40 +0000 Subject: ChangeLogTag:Fri Jul 16 19:41:05 1999 Irfan Pyarali --- ace/Cached_Connect_Strategy_T.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ace/Cached_Connect_Strategy_T.cpp') 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::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 -- cgit v1.2.1