diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2017-04-11 12:13:58 +0200 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2017-04-11 12:13:58 +0200 |
commit | b1acd1183f1ce176a4703528d7d25b9dd3ee89f4 (patch) | |
tree | 9339705c26123538d94ad1fc62011b02517e6e98 /src/ejabberd_auth.erl | |
parent | Use p1_utils 1.0.8 (diff) |
Rename aux.erl as misc.erl17.04
Thanks Microsoft Windows to not support some filenames
Diffstat (limited to 'src/ejabberd_auth.erl')
-rw-r--r-- | src/ejabberd_auth.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ejabberd_auth.erl b/src/ejabberd_auth.erl index 60a16e689..10acb8157 100644 --- a/src/ejabberd_auth.erl +++ b/src/ejabberd_auth.erl @@ -510,8 +510,8 @@ auth_modules(Server) -> Default = ejabberd_config:default_db(LServer, ?MODULE), Methods = ejabberd_config:get_option( {auth_method, LServer}, opt_type(auth_method), [Default]), - [aux:binary_to_atom(<<"ejabberd_auth_", - (aux:atom_to_binary(M))/binary>>) + [misc:binary_to_atom(<<"ejabberd_auth_", + (misc:atom_to_binary(M))/binary>>) || M <- Methods]. export(Server) -> |