Fix build

This commit is contained in:
Nikolay Degterinsky 2023-12-29 20:41:33 +01:00 committed by GitHub
parent 3140f869cc
commit 47c3696a46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
{