Add missing jlib->aux convertion

This commit is contained in:
Christophe Romain 2017-03-30 14:28:55 +02:00
parent c93bf732db
commit bfde473c3b
1 changed files with 1 additions and 1 deletions

View File

@ -3453,7 +3453,7 @@ submodule(Host, Name) ->
case gen_mod:db_type(serverhost(Host), ?MODULE) of case gen_mod:db_type(serverhost(Host), ?MODULE) of
mnesia -> aux:binary_to_atom(Name); mnesia -> aux:binary_to_atom(Name);
Type -> aux:binary_to_atom(<<Name/binary, "_", Type -> aux:binary_to_atom(<<Name/binary, "_",
(jlib:atom_to_binary(Type))/binary>>) (aux:atom_to_binary(Type))/binary>>)
end. end.
-spec config(binary(), any()) -> any(). -spec config(binary(), any()) -> any().