mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Merge pull request #54695 from ClickHouse/kssenii-patch-8
Update WebObjectStorage.cpp
This commit is contained in:
commit
21a14d49fc
@ -110,7 +110,7 @@ void WebObjectStorage::initialize(const String & uri_path, const std::unique_loc
|
||||
WebObjectStorage::WebObjectStorage(
|
||||
const String & url_,
|
||||
ContextPtr context_)
|
||||
: WithContext(context_->getBufferContext())
|
||||
: WithContext(context_->getGlobalContext())
|
||||
, url(url_)
|
||||
, log(&Poco::Logger::get("WebObjectStorage"))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user