mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Fix build
This commit is contained in:
parent
3140f869cc
commit
47c3696a46
@ -221,7 +221,7 @@ bool DDLTask::findCurrentHostID(ContextPtr global_context, Poco::Logger * log, c
|
||||
std::exception_ptr first_exception = nullptr;
|
||||
|
||||
const auto maybe_secure_port = global_context->getTCPPortSecure();
|
||||
const auto port = global_context->getTCPPort()
|
||||
const auto port = global_context->getTCPPort();
|
||||
|
||||
if (config_host_name)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user