mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Call ejabberd_s2s:allow_host/2 with correct virtual host
This commit is contained in:
parent
49214d9cc5
commit
28b1d88772
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ handle_auth_success(RServer, Mech, _AuthModule,
|
|||
?INFO_MSG("(~s) Accepted inbound s2s ~s authentication ~s -> ~s (~s)",
|
||||
[xmpp_socket:pp(Socket), Mech, RServer, LServer,
|
||||
ejabberd_config:may_hide_data(misc:ip_to_list(IP))]),
|
||||
State1 = case ejabberd_s2s:allow_host(LServer, RServer) of
|
||||
State1 = case ejabberd_s2s:allow_host(ServerHost, RServer) of
|
||||
true ->
|
||||
AuthDomains1 = sets:add_element(RServer, AuthDomains),
|
||||
State0 = change_shaper(State, RServer),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue