diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-13 15:54:25 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-13 15:54:25 +0000 |
commit | c44cf9a15389dc420db6186457f037dea430e92f (patch) | |
tree | 4ce7b705551341d9fb1157609f854535488a6fd0 /tests/Cached_Conn_Test.cpp | |
parent | 739b542e416f4abe98018f3b05c7edc07c495e00 (diff) | |
download | ATCD-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.cpp | 2 |
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 |