mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix a recent commit
This commit is contained in:
parent
df2e050780
commit
b03828d2f7
@ -324,8 +324,8 @@ wait_for_feature_request({xmlstreamelement, El}, StateData) ->
|
||||
_ ->
|
||||
false
|
||||
end,
|
||||
if
|
||||
AllowRemoteHost = ejabberd_s2s:allow_host("", AuthDomain),
|
||||
if
|
||||
AuthRes andalso AllowRemoteHost ->
|
||||
(StateData#state.sockmod):reset_stream(
|
||||
StateData#state.socket),
|
||||
|
Loading…
Reference in New Issue
Block a user