diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-23 05:22:09 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-23 05:22:09 +0000 |
commit | 27389fea6862ac6ce9115e6e19948ff86bd09d8b (patch) | |
tree | 70599cd797d815868c8785202ae6ff36ac4f1af8 /tests/Cached_Accept_Conn_Test.cpp | |
parent | be86c109229325b5d39d162e78b7c5b3e301b795 (diff) | |
download | ATCD-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.cpp | 2 |
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. |