mirror of
https://github.com/processone/ejabberd
synced 2025-10-06 03:50:15 +02:00
Rename aux.erl as misc.erl
Thanks Microsoft Windows to not support some filenames
This commit is contained in:
parent
265aa54bc2
commit
b1acd1183f
57 changed files with 221 additions and 221 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue