提交 d5124580 编写于 作者: A Alexey Milovidov

Fixed error in SessionCleaner [#CLICKHOUSE-2949].

上级 41e1c735
......@@ -396,8 +396,8 @@ private:
std::mutex mutex;
std::condition_variable cond;
std::thread thread{&SessionCleaner::run, this};
std::atomic<bool> quit{false};
std::thread thread{&SessionCleaner::run, this};
};
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册