diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-11-07 03:02:26 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-11-07 03:02:26 +0000 |
commit | 891adbd6fce978d3313459712e28b41185e8368c (patch) | |
tree | 2f35006954c08f38cb8d11c95a73904901297103 /tests/Tokens_Test.cpp | |
parent | 8d0fb9f8f164734703f9d939a21596cf7c6f7552 (diff) | |
download | ATCD-891adbd6fce978d3313459712e28b41185e8368c.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/Tokens_Test.cpp')
-rw-r--r-- | tests/Tokens_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Tokens_Test.cpp b/tests/Tokens_Test.cpp index 9e67dc21df8..891353187e5 100644 --- a/tests/Tokens_Test.cpp +++ b/tests/Tokens_Test.cpp @@ -38,7 +38,7 @@ typedef ACE_Token_Invariant_Manager TOKEN_INVARIANTS; -static const char *server_host = "localhost"; +static const char *server_host = ACE_DEFAULT_SERVER_HOST; static const int server_port = 23456; struct Test_Params |