diff options
author | Adam <Adam@anope.org> | 2017-12-03 17:20:18 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2017-12-03 17:20:18 -0500 |
commit | 447d061bfe734b519b6e156f9c386f962f04765a (patch) | |
tree | bf755d4fcffa783480f1bb31545d573d66986c76 /include/modules/ldap.h | |
parent | 5aba7ab29f9a94745c230011333335c8014b0e98 (diff) |
ldap_oper: fix build
Diffstat (limited to 'include/modules/ldap.h')
-rw-r--r-- | include/modules/ldap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/modules/ldap.h b/include/modules/ldap.h index c26fb234b..5ebbb50d8 100644 --- a/include/modules/ldap.h +++ b/include/modules/ldap.h @@ -136,6 +136,8 @@ class LDAPInterface class LDAPProvider : public Service { public: + static constexpr const char *NAME = "ldap"; + LDAPProvider(Module *c, const Anope::string &n) : Service(c, "LDAPProvider", n) { } /** Attempt to bind to the LDAP server as an admin |