From 2a3a0d47b35ae7f9665cda609f1b4b44336d181a Mon Sep 17 00:00:00 2001 From: Denis Glazachev Date: Sat, 11 Jul 2020 21:31:00 +0400 Subject: [PATCH] Style fix --- src/Access/ExternalAuthenticators.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Access/ExternalAuthenticators.cpp b/src/Access/ExternalAuthenticators.cpp index 4f4104214c3..a0c5fbf1a79 100644 --- a/src/Access/ExternalAuthenticators.cpp +++ b/src/Access/ExternalAuthenticators.cpp @@ -150,7 +150,8 @@ void parseAndAddLDAPServers(ExternalAuthenticators & external_authenticators, co } -void ExternalAuthenticators::reset() { +void ExternalAuthenticators::reset() +{ std::scoped_lock lock(mutex); ldap_server_params.clear(); }