mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Fix last commit
This commit is contained in:
parent
6f9f4b3635
commit
9c92fcc92d
1 changed files with 1 additions and 0 deletions
|
@ -769,6 +769,7 @@ db_get_password(User, Server, Mod) ->
|
|||
not_found -> error;
|
||||
{ok, List} = V when is_list(List) -> V;
|
||||
{ok, Single} -> {ok, [Single]};
|
||||
Other -> Other
|
||||
end;
|
||||
false ->
|
||||
error;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue