From 35c6ac48c93e7e40a2152bac8ec74b4ef13607a1 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 28 Nov 2021 21:42:52 +0000 Subject: Fix a bunch of cases where module types were not marked as final. --- 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 b127cb63f..649863175 100644 --- a/src/modules/m_ldapauth.cpp +++ b/src/modules/m_ldapauth.cpp @@ -36,7 +36,7 @@ namespace std::vector > requiredattributes; } -class BindInterface +class BindInterface final : public LDAPInterface { const std::string provider; -- cgit v1.3.1-10-gc9f91