summaryrefslogtreecommitdiff
path: root/tests/INET_Addr_Test.cpp
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2001-12-05 14:57:24 +0000
committerSteve Huston <shuston@riverace.com>2001-12-05 14:57:24 +0000
commitffaeda16c6953fba28d6e30bb79c132b69e4606d (patch)
tree13085491bfe4bf86f3fad7d0c779a5225c1dc503 /tests/INET_Addr_Test.cpp
parenta41b2d73438e4bae166c67e3a6d019e48e7c525b (diff)
downloadATCD-ffaeda16c6953fba28d6e30bb79c132b69e4606d.tar.gz
ChangeLogTag:Wed Dec 5 09:55:28 2001 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'tests/INET_Addr_Test.cpp')
-rw-r--r--tests/INET_Addr_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/INET_Addr_Test.cpp b/tests/INET_Addr_Test.cpp
index 71bd4dfb584..b2e248ab038 100644
--- a/tests/INET_Addr_Test.cpp
+++ b/tests/INET_Addr_Test.cpp
@@ -26,7 +26,7 @@ int main(int argc, char *argv[])
ACE_UNUSED_ARG(argc);
ACE_UNUSED_ARG(argv);
- char *ipv4_addresses[] = {
+ const char *ipv4_addresses[] = {
"127.0.0.1", "138.38.180.251", "64.219.54.121", "192.0.0.1", "10.0.0.1", 0
};