summaryrefslogtreecommitdiff
path: root/tests/Cached_Conn_Test.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-13 15:54:25 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-13 15:54:25 +0000
commitc44cf9a15389dc420db6186457f037dea430e92f (patch)
tree4ce7b705551341d9fb1157609f854535488a6fd0 /tests/Cached_Conn_Test.cpp
parent739b542e416f4abe98018f3b05c7edc07c495e00 (diff)
downloadATCD-c44cf9a15389dc420db6186457f037dea430e92f.tar.gz
ChangeLogTag:Tue Jul 13 10:40:31 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'tests/Cached_Conn_Test.cpp')
-rw-r--r--tests/Cached_Conn_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Cached_Conn_Test.cpp b/tests/Cached_Conn_Test.cpp
index 8bd911b21d0..caacc7380cf 100644
--- a/tests/Cached_Conn_Test.cpp
+++ b/tests/Cached_Conn_Test.cpp
@@ -182,7 +182,7 @@ out_of_sockets_handler (void)
// connection cache maintained by the connector.
ACE_DEBUG ((LM_DEBUG, "Purging connections from Connection Cache...\n"));
- int retval = connect_strategy->purge_connections (purge_percentage);
+ int retval = connect_strategy->purge_connections ();
ACE_ASSERT (retval != -1);
}
else