Update CertReloader.h

This commit is contained in:
alexey-milovidov 2021-07-07 01:19:05 +03:00 committed by GitHub
parent e0b98cfa76
commit 019edee013
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ private:
{
}
mutable std::shared_mutex lock;
mutable std::shared_mutex mutex;
Poco::Logger * log = &Poco::Logger::get("CertReloader");
std::string cert_file;