summaryrefslogtreecommitdiff
path: root/tests/Cached_Accept_Conn_Test.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-23 05:22:09 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-23 05:22:09 +0000
commit27389fea6862ac6ce9115e6e19948ff86bd09d8b (patch)
tree70599cd797d815868c8785202ae6ff36ac4f1af8 /tests/Cached_Accept_Conn_Test.cpp
parentbe86c109229325b5d39d162e78b7c5b3e301b795 (diff)
downloadATCD-27389fea6862ac6ce9115e6e19948ff86bd09d8b.tar.gz
ChangeLogTag:Fri Jul 23 00:07:38 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'tests/Cached_Accept_Conn_Test.cpp')
-rw-r--r--tests/Cached_Accept_Conn_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Cached_Accept_Conn_Test.cpp b/tests/Cached_Accept_Conn_Test.cpp
index 3e2a296859a..7452f9df092 100644
--- a/tests/Cached_Accept_Conn_Test.cpp
+++ b/tests/Cached_Accept_Conn_Test.cpp
@@ -313,7 +313,7 @@ cached_connect (STRATEGY_CONNECTOR &con,
{
// This will make sure we get the host information correct.
ACE_INET_Addr remote_addr (server_addr.get_port_number (),
- ACE_DEFAULT_SERVER_HOST);
+ ACE_LOCALHOST);
// Perform a blocking connect to the server using the Strategy
// Connector with a connection caching strategy.