diff options
Diffstat (limited to 'src/mod_vcard_ldap.erl')
-rw-r--r-- | src/mod_vcard_ldap.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_vcard_ldap.erl b/src/mod_vcard_ldap.erl index 40609e777..5bb439f8b 100644 --- a/src/mod_vcard_ldap.erl +++ b/src/mod_vcard_ldap.erl @@ -362,7 +362,7 @@ parse_options(Host, Opts) -> fun(infinity) -> 0; (I) when is_integer(I), I>0 -> I end, 30), - Eldap_ID = aux:atom_to_binary(gen_mod:get_module_proc(Host, ?PROCNAME)), + Eldap_ID = misc:atom_to_binary(gen_mod:get_module_proc(Host, ?PROCNAME)), Cfg = eldap_utils:get_config(Host, Opts), UIDsTemp = gen_mod:get_opt( {ldap_uids, Host}, Opts, |