diff options
Diffstat (limited to 'modules/ldap_oper.cpp')
-rw-r--r-- | modules/ldap_oper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ldap_oper.cpp b/modules/ldap_oper.cpp index 4d62052cd..cea0eac5d 100644 --- a/modules/ldap_oper.cpp +++ b/modules/ldap_oper.cpp @@ -94,7 +94,7 @@ public: void OnReload(Configuration::Conf &conf) override { - Configuration::Block &config = Config->GetModule(this); + const auto &config = Config->GetModule(this); this->binddn = config.Get<const Anope::string>("binddn"); this->password = config.Get<const Anope::string>("password"); |