mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 18:02:24 +00:00
More twiddling
This commit is contained in:
parent
3351b135e7
commit
0b8729370c
@ -12,11 +12,6 @@ namespace ErrorCodes
|
||||
extern const int CANNOT_STAT;
|
||||
}
|
||||
|
||||
int cert_reloader_dispatch_set_cert(SSL * ssl, [[maybe_unused]] void * arg)
|
||||
{
|
||||
return CertificateReloader::instance().setCertificate(ssl);
|
||||
}
|
||||
|
||||
int CertificateReloader::setCertificate(SSL * ssl)
|
||||
{
|
||||
std::shared_lock lock(mutex);
|
||||
|
Loading…
Reference in New Issue
Block a user