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

* src/ejabberd_s2s_out.erl: Fix compilation error.

SVN Revision: 1332
This commit is contained in:
Mickaël Rémond 2008-05-18 12:34:52 +00:00
parent 8a8a02431f
commit 8dae53abda

View File

@ -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,