From 6282e1f28716b4a9beae52779119cf75373e3ee4 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 23 Dec 2021 21:28:04 +0000 Subject: Promote ExtensionItem::ExtensibleType to a top level enum class. --- 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 649863175..489500bc9 100644 --- a/src/modules/m_ldapauth.cpp +++ b/src/modules/m_ldapauth.cpp @@ -315,8 +315,8 @@ public: ModuleLDAPAuth() : Module(VF_VENDOR, "Allows connecting users to be authenticated against an LDAP database.") , LDAP(this, "LDAP") - , ldapAuthed(this, "ldapauth", ExtensionItem::EXT_USER) - , ldapVhost(this, "ldapauth_vhost", ExtensionItem::EXT_USER) + , ldapAuthed(this, "ldapauth", ExtensionType::USER) + , ldapVhost(this, "ldapauth_vhost", ExtensionType::USER) { me = this; authed = &ldapAuthed; -- cgit v1.3.1-10-gc9f91