24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-14 22:00:16 +02:00

Fix another typo ;)

This commit is contained in:
Evgeniy Khramtsov 2017-10-25 11:47:02 +03:00
parent 5151136d17
commit 65c85eab03

View File

@ -886,7 +886,7 @@ srv_lookup(Host, State) ->
{ok, AddrList} ->
h_addr_list_to_host_ports(AddrList);
{error, _} = Err ->
{Err, false}
Err
end
end
end.