mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Remove old comment
This commit is contained in:
parent
f02a605900
commit
90bbdaffda
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user