diff options
| author | 2022-06-23 21:22:04 +0100 | |
|---|---|---|
| committer | 2022-06-23 21:22:04 +0100 | |
| commit | fe9107c992ae46d52b55fe96f6836dc79c2baa70 (patch) | |
| tree | b0f95ccadc13fbe7ea70ef6d0698934b2004844c /src/modules/m_ldapauth.cpp | |
| parent | Fix 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.cpp | 2 |
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 |
