summaryrefslogtreecommitdiff
path: root/ACE/tests/Multicast_Test_IPV6.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-10-26 20:22:21 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-10-26 20:22:21 +0000
commitdd821a86f46db2bfb2246037bbb56dd68971b05a (patch)
tree2547caf50f4b9dbb340be4b9fcac952e68bd8bd3 /ACE/tests/Multicast_Test_IPV6.cpp
parentfb632d2f1d8d83cd75582d79f905710de170df82 (diff)
downloadATCD-dd821a86f46db2bfb2246037bbb56dd68971b05a.tar.gz
Sun Oct 26 20:21:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/tests/Multicast_Test_IPV6.cpp')
-rw-r--r--ACE/tests/Multicast_Test_IPV6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Multicast_Test_IPV6.cpp b/ACE/tests/Multicast_Test_IPV6.cpp
index 6a0fa2280b7..337d3a43b5c 100644
--- a/ACE/tests/Multicast_Test_IPV6.cpp
+++ b/ACE/tests/Multicast_Test_IPV6.cpp
@@ -872,7 +872,7 @@ int advance_addr (ACE_INET_Addr &addr)
int a, b, c, d;
if (addr.get_type () == AF_INET)
{
- ACE_OS::sscanf (addr.get_host_addr (), "%d.%d.%d.%d", &a, &b, &c, &d);
+ ::sscanf (addr.get_host_addr (), "%d.%d.%d.%d", &a, &b, &c, &d);
if (d < 255)
++d;
else if (c < 255)