mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Fix typo
This commit is contained in:
parent
68ba109889
commit
9805b1a73a
@ -530,7 +530,7 @@ list_certificates() ->
|
|||||||
lists:foldl(fun sets:add_element/2,
|
lists:foldl(fun sets:add_element/2,
|
||||||
S, [{Domain, File} || {File, _} <- Files])
|
S, [{Domain, File} || {File, _} <- Files])
|
||||||
catch _:{badmatch, _} ->
|
catch _:{badmatch, _} ->
|
||||||
[]
|
S
|
||||||
end
|
end
|
||||||
end, sets:new(), all_domains()),
|
end, sets:new(), all_domains()),
|
||||||
lists:sort(
|
lists:sort(
|
||||||
|
Loading…
Reference in New Issue
Block a user