Fix another typo ;)

This commit is contained in:
Evgeniy Khramtsov 2017-10-25 11:47:02 +03:00
parent 5151136d17
commit 65c85eab03
1 changed files with 1 additions and 1 deletions

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.