From 65c85eab03f93b601f88d0a18cfb20304b71fec6 Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Wed, 25 Oct 2017 11:47:02 +0300 Subject: [PATCH] Fix another typo ;) --- src/xmpp_stream_out.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xmpp_stream_out.erl b/src/xmpp_stream_out.erl index 4ad19c713..7ddc183bf 100644 --- a/src/xmpp_stream_out.erl +++ b/src/xmpp_stream_out.erl @@ -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.