summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-07-07 00:33:44 +0000
committerSteve Huston <shuston@riverace.com>1999-07-07 00:33:44 +0000
commit8af4d3f6f1ee607815630247e2f2f683d12ee409 (patch)
tree6b14aa3a888d370783577a8696ab6b19a224af96 /tests
parent6a5ce005ba7d5fdf62b006640eb79b8de6ed3ebc (diff)
downloadATCD-8af4d3f6f1ee607815630247e2f2f683d12ee409.tar.gz
Replace "localhost" with ACE_LOCALHOST
Diffstat (limited to 'tests')
-rw-r--r--tests/SOCK_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SOCK_Test.cpp b/tests/SOCK_Test.cpp
index c7073966e14..1b7756dfb38 100644
--- a/tests/SOCK_Test.cpp
+++ b/tests/SOCK_Test.cpp
@@ -39,7 +39,7 @@ static void *
client (void *arg)
{
ACE_INET_Addr *remote_addr = (ACE_INET_Addr *) arg;
- ACE_INET_Addr server_addr (remote_addr->get_port_number (), ASYS_TEXT ("localhost"));
+ ACE_INET_Addr server_addr (remote_addr->get_port_number (), ACE_LOCALHOST);
ACE_SOCK_Stream cli_stream;
ACE_SOCK_Connector con;