aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_ldapauth.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-06-23 21:22:04 +0100
committerGravatar Sadie Powell2022-06-23 21:22:04 +0100
commitfe9107c992ae46d52b55fe96f6836dc79c2baa70 (patch)
treeb0f95ccadc13fbe7ea70ef6d0698934b2004844c /src/modules/m_ldapauth.cpp
parentFix the modehandlers array being bigger than necessary (diff)
Modernize the syntax of various templates.
Diffstat (limited to 'src/modules/m_ldapauth.cpp')
-rw-r--r--src/modules/m_ldapauth.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_ldapauth.cpp b/src/modules/m_ldapauth.cpp
index 00eb4f518..35c2f12ce 100644
--- a/src/modules/m_ldapauth.cpp
+++ b/src/modules/m_ldapauth.cpp
@@ -33,7 +33,7 @@ namespace
bool verbose;
std::string vhost;
StringExtItem* vhosts;
- std::vector<std::pair<std::string, std::string> > requiredattributes;
+ std::vector<std::pair<std::string, std::string>> requiredattributes;
}
class BindInterface final