Commit e98b11e7 authored by Pavel Vainerman's avatar Pavel Vainerman Committed by Pavel Vainerman

[unet-multicast]: fixed channel2 setup

parent c746236f
......@@ -1139,7 +1139,7 @@ void UNetExchange::initMulticastTransport( UniXML::iterator n_it,
{
sender2 = nullptr;
if( n_it.getProp("unet_multicast_ip2").empty() )
if( !n_it.getProp("unet_multicast_ip2").empty() )
{
auto s2 = MulticastSendTransport::createFromXml(n_it, 2);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment