summaryrefslogtreecommitdiff
path: root/src/xmpp_stream_out.erl
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-10-25 11:47:02 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-10-25 11:47:02 +0300
commit65c85eab03f93b601f88d0a18cfb20304b71fec6 (patch)
tree6e36dea2bdb46aaf95ff9be9c325fa10b71d618e /src/xmpp_stream_out.erl
parentFix typo (diff)
Fix another typo ;)
Diffstat (limited to 'src/xmpp_stream_out.erl')
-rw-r--r--src/xmpp_stream_out.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp_stream_out.erl b/src/xmpp_stream_out.erl
index 4ad19c71..7ddc183b 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.