Remove old comment

This commit is contained in:
proller 2017-05-03 22:08:01 +03:00 committed by alexey-milovidov
parent f02a605900
commit 90bbdaffda

View File

@ -459,7 +459,6 @@ int Server::main(const std::vector<std::string> & args)
} }
catch (const Poco::Net::DNSException & e) catch (const Poco::Net::DNSException & e)
{ {
/// Better message when IPv6 is disabled on host.
if (e.code() == EAI_FAMILY if (e.code() == EAI_FAMILY
#if defined(EAI_ADDRFAMILY) #if defined(EAI_ADDRFAMILY)
|| e.code() == EAI_ADDRFAMILY || e.code() == EAI_ADDRFAMILY