From 1b181b42b82213c884e8aac3a620252102992439 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 31 Oct 2020 23:21:15 +0000 Subject: Convert ConfigTag from reference<> to std::shared_ptr<>. --- src/modules/m_ldapauth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_ldapauth.cpp') diff --git a/src/modules/m_ldapauth.cpp b/src/modules/m_ldapauth.cpp index 55a6b4c8f..2a5e40b7b 100644 --- a/src/modules/m_ldapauth.cpp +++ b/src/modules/m_ldapauth.cpp @@ -324,7 +324,7 @@ public: void ReadConfig(ConfigStatus& status) override { - ConfigTag* tag = ServerInstance->Config->ConfValue("ldapauth"); + auto tag = ServerInstance->Config->ConfValue("ldapauth"); whitelistedcidrs.clear(); requiredattributes.clear(); -- cgit v1.3.1-10-gc9f91