41
41
/* Attempt to find the broadcast address on the default address. */
42
if(!Network::FindIPv4Address(Network::GetCurrentInterface(), Network::BroadcastAddress, &m_broadcast_address))
44
44
emit Error(tr("Unable to find an IPv4 broadcast address for the current interface."));