mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Minimal auth_method ordering fix
This commit is contained in:
parent
15ee72138a
commit
8b03c0a385
@ -408,7 +408,7 @@ maps_to_lists(IMap) ->
|
||||
end, [], IMap).
|
||||
|
||||
merge_configs(Terms, ResMap) ->
|
||||
lists:foldl(fun({Name, Val}, Map) when is_list(Val) ->
|
||||
lists:foldl(fun({Name, Val}, Map) when is_list(Val), Name =/= auth_method ->
|
||||
Old = maps:get(Name, Map, #{}),
|
||||
New = lists:foldl(fun(SVal, OMap) ->
|
||||
NVal = if Name == host_config orelse Name == append_host_config ->
|
||||
|
Loading…
Reference in New Issue
Block a user