From eeb6dcec601271badd27ad1c0558764ca5789d64 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 13 Aug 2019 18:59:24 +0100 Subject: Replace LocalIntExt with IntExtItem. --- 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 52b652f49..9162f17b8 100644 --- a/src/modules/m_ldapauth.cpp +++ b/src/modules/m_ldapauth.cpp @@ -31,7 +31,7 @@ namespace { Module* me; std::string killreason; - LocalIntExt* authed; + IntExtItem* authed; bool verbose; std::string vhost; StringExtItem* vhosts; @@ -296,7 +296,7 @@ class AdminBindInterface : public LDAPInterface class ModuleLDAPAuth : public Module { dynamic_reference LDAP; - LocalIntExt ldapAuthed; + IntExtItem ldapAuthed; StringExtItem ldapVhost; std::string base; std::string attribute; -- cgit v1.3.1-10-gc9f91