fix compiler warning "suggest explicit braces to avoid ambiguous "else"

[-Wparentheses]" in net.cpp
This commit is contained in:
Philip Kaufmann 2012-05-01 01:44:59 +02:00
parent be8651dde7
commit f8e4d43be7

View file

@ -1585,12 +1585,16 @@ void StartNode(void* parg)
{
vector<CNetAddr> vaddr;
if (LookupHost(pszHostName, vaddr))
{
BOOST_FOREACH (const CNetAddr &addr, vaddr)
{
if (!addr.IsLocal())
{
addrLocalHost.SetIP(addr);
break;
}
}
}
}
#else
// Get local host ip