summaryrefslogtreecommitdiff
path: root/ACE/tests/Multicast_Test.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.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.cpp')
-rw-r--r--ACE/tests/Multicast_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Multicast_Test.cpp b/ACE/tests/Multicast_Test.cpp
index 45310eee073..53015f1895b 100644
--- a/ACE/tests/Multicast_Test.cpp
+++ b/ACE/tests/Multicast_Test.cpp
@@ -827,7 +827,7 @@ int producer (MCT_Config &config)
int advance_addr (ACE_INET_Addr &addr)
{
int a, b, c, d;
- 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)