summaryrefslogtreecommitdiff
path: root/tests/Cached_Conn_Test.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-17 01:50:34 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-17 01:50:34 +0000
commita9d1be0e12503c18f5e52ac1ee63e1f06bf82dfd (patch)
tree73f902d5c7e4c2546d269ce453265dacd856f91f /tests/Cached_Conn_Test.cpp
parent079edf0ed0eca878f38cd3a129e06aa486390d0b (diff)
downloadATCD-a9d1be0e12503c18f5e52ac1ee63e1f06bf82dfd.tar.gz
*** empty log message ***
Diffstat (limited to 'tests/Cached_Conn_Test.cpp')
-rw-r--r--tests/Cached_Conn_Test.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Cached_Conn_Test.cpp b/tests/Cached_Conn_Test.cpp
index 59d47b71e7c..e74b250f550 100644
--- a/tests/Cached_Conn_Test.cpp
+++ b/tests/Cached_Conn_Test.cpp
@@ -174,9 +174,7 @@ static CACHED_CONNECT_STRATEGY *connect_strategy = 0;
static void
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.