mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
* src/ejabberd_s2s_out.erl: Fix compilation error.
SVN Revision: 1332
This commit is contained in:
parent
8a8a02431f
commit
8dae53abda
@ -947,7 +947,7 @@ is_verify_res(_) ->
|
||||
|
||||
get_addr_port(Server) ->
|
||||
Res = case inet_res:getbyname("_xmpp-server._tcp." ++ Server, srv) of
|
||||
{error, _Reason} ->
|
||||
{error, _Reason1} ->
|
||||
inet_res:getbyname("_jabber._tcp." ++ Server, srv);
|
||||
{ok, _HEnt} = R -> R
|
||||
end,
|
||||
|
Loading…
Reference in New Issue
Block a user