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 | ee2fe403967b9f538f77adae0208eb80a0101360 (patch) | |
tree | 73f902d5c7e4c2546d269ce453265dacd856f91f /tests/Cached_Accept_Conn_Test.cpp | |
parent | a4d31a757f3bf33edc29691e05e46d519bad7f22 (diff) | |
download | ATCD-ee2fe403967b9f538f77adae0208eb80a0101360.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/Cached_Accept_Conn_Test.cpp')
-rw-r--r-- | tests/Cached_Accept_Conn_Test.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Cached_Accept_Conn_Test.cpp b/tests/Cached_Accept_Conn_Test.cpp index e6cc6c2a716..d442ec36251 100644 --- a/tests/Cached_Accept_Conn_Test.cpp +++ b/tests/Cached_Accept_Conn_Test.cpp @@ -287,9 +287,7 @@ Accept_Strategy<SVC_HANDLER, ACE_PEER_ACCEPTOR_2>::accept_svc_handler (SVC_HANDL template <class SVC_HANDLER, ACE_PEER_ACCEPTOR_1> int Accept_Strategy<SVC_HANDLER, ACE_PEER_ACCEPTOR_2>::out_of_sockets_handler (void) { - // ENOBUFS had to be checked on NT while ENOENT check had to be - // added for Solaris + Linux. - if (ACE::out_of_file_descriptors (errno)) + if (ACE::out_of_handles (errno)) { // Close connections which are cached by explicitly purging the // connection cache maintained by the connector. |