summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-05-17 08:25:35 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-05-17 08:25:35 +0000
commit236ab18ddb315ff9d0ff04ece10a9e395b21fa4a (patch)
tree0184f1d4d3bb817f8b907d1537721392196f5b4e /TAO/orbsvcs
parent62fb8109b092af1319739142aa6bef0631d81e19 (diff)
downloadATCD-236ab18ddb315ff9d0ff04ece10a9e395b21fa4a.tar.gz
Fri May 17 08:26:00 UTC 2013 Simon Massey <simon dot massey at prismtech dot com>
Correction to Cater ALLOW_UNICAST_MIOP builds.
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Mcast_Connection_Handler.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Mcast_Connection_Handler.cpp b/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Mcast_Connection_Handler.cpp
index 58f3c7f3b7a..24e1491abe0 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Mcast_Connection_Handler.cpp
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Mcast_Connection_Handler.cpp
@@ -137,7 +137,9 @@ TAO_UIPMC_Mcast_Connection_Handler::open (void *)
1,
ACE_TEXT_CHAR_TO_TCHAR (preferred[i].c_str ())))
{
+#ifndef ALLOW_UNICAST_MIOP
success= true; // At least one perferred listener interface join succeeded
+#endif // ALLOW_UNICAST_MIOP
if (TAO_debug_level > 5)
ORBSVCS_DEBUG ((LM_DEBUG,
ACE_TEXT("TAO (%P|%t) - UIPMC_Mcast_Connection_Handler::open, ")