From 07ed06ebe56acbbd34b12ea0111b8fdcbf82a633 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 13 Aug 2019 18:06:19 +0100 Subject: Rewrite and merge LocalStringExt, StringExtItem. --- src/modules/m_ldapauth.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/m_ldapauth.cpp') diff --git a/src/modules/m_ldapauth.cpp b/src/modules/m_ldapauth.cpp index 84665623f..52b652f49 100644 --- a/src/modules/m_ldapauth.cpp +++ b/src/modules/m_ldapauth.cpp @@ -34,7 +34,7 @@ namespace LocalIntExt* authed; bool verbose; std::string vhost; - LocalStringExt* vhosts; + StringExtItem* vhosts; std::vector > requiredattributes; } @@ -297,7 +297,7 @@ class ModuleLDAPAuth : public Module { dynamic_reference LDAP; LocalIntExt ldapAuthed; - LocalStringExt ldapVhost; + StringExtItem ldapVhost; std::string base; std::string attribute; std::vector allowpatterns; -- cgit v1.3.1-10-gc9f91