summaryrefslogtreecommitdiff
path: root/ACE/tests/Multicast_Test.cpp
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2012-03-28 21:48:17 +0000
committerSteve Huston <shuston@riverace.com>2012-03-28 21:48:17 +0000
commit4267ceaa1c8bab0306f8748d45e0d3b9e4d2b188 (patch)
tree93ec3c5500f8b6e120c6f6e087b636765607d34a /ACE/tests/Multicast_Test.cpp
parent9f1ab104ab8917bdec1fc087ed8a5cf2a3698723 (diff)
downloadATCD-4267ceaa1c8bab0306f8748d45e0d3b9e4d2b188.tar.gz
ChangeLogTag:Wed Mar 28 21:44:20 UTC 2012 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/tests/Multicast_Test.cpp')
-rw-r--r--ACE/tests/Multicast_Test.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/ACE/tests/Multicast_Test.cpp b/ACE/tests/Multicast_Test.cpp
index fd712fe4bbe..a053676b1c2 100644
--- a/ACE/tests/Multicast_Test.cpp
+++ b/ACE/tests/Multicast_Test.cpp
@@ -797,9 +797,7 @@ int producer (MCT_Config &config)
ACE_DEBUG ((LM_INFO, ACE_TEXT ("Starting producer...\n")));
ACE_SOCK_Dgram socket (ACE_sap_any_cast (ACE_INET_Addr &), PF_INET);
//FUZZ: enable check_for_lack_ACE_OS
-#if defined (ACE_LINUX)
- socket.set_nic (ACE_TEXT("lo"));
-#endif
+
// Note that is is IPv4 specific and needs to be changed once
//
if (config.ttl () > 1)