Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ejabberd_auth_ldap.erl')
-rw-r--r--src/ejabberd_auth_ldap.erl5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ejabberd_auth_ldap.erl b/src/ejabberd_auth_ldap.erl
index 998f21215..1baf43887 100644
--- a/src/ejabberd_auth_ldap.erl
+++ b/src/ejabberd_auth_ldap.erl
@@ -47,10 +47,9 @@
plain_password_required/0]).
-include("ejabberd.hrl").
-%% Unused callbacks.
-%% -----
+-include("logger.hrl").
--include("eldap/eldap.hrl").
+-include("eldap.hrl").
-record(state,
{host = <<"">> :: binary(),