From 0a57f0b1841f51bc45ff2adc9ac19e114d695e43 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Wed, 1 Mar 2017 19:42:52 +0100 Subject: Fixed ICE-7584 - discovery plugins now send multicast datagrams on all interfaces --- cpp/src/Ice/UdpTransceiver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/Ice/UdpTransceiver.cpp') diff --git a/cpp/src/Ice/UdpTransceiver.cpp b/cpp/src/Ice/UdpTransceiver.cpp index 0eeba8690e2..bcb78ed2373 100755 --- a/cpp/src/Ice/UdpTransceiver.cpp +++ b/cpp/src/Ice/UdpTransceiver.cpp @@ -774,7 +774,7 @@ IceInternal::UdpTransceiver::toDetailedString() const vector intfs; if(isAddressValid(_mcastAddr)) { - intfs = getInterfacesForMulticast(_mcastInterface, _mcastAddr); + intfs = getInterfacesForMulticast(_mcastInterface, getProtocolSupport(_mcastAddr)); } else { -- cgit v1.2.3