mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Prevent process crash if the IP and port of a connection is unknown.
SVN Revision: 2156
This commit is contained in:
parent
8de03275c3
commit
2f3963417f
@ -1911,6 +1911,8 @@ fsm_reply(Reply, StateName, StateData) ->
|
|||||||
{reply, Reply, StateName, StateData, ?C2S_OPEN_TIMEOUT}.
|
{reply, Reply, StateName, StateData, ?C2S_OPEN_TIMEOUT}.
|
||||||
|
|
||||||
%% Used by c2s blacklist plugins
|
%% Used by c2s blacklist plugins
|
||||||
|
is_ip_blacklisted(undefined) ->
|
||||||
|
false;
|
||||||
is_ip_blacklisted({IP,_Port}) ->
|
is_ip_blacklisted({IP,_Port}) ->
|
||||||
ejabberd_hooks:run_fold(check_bl_c2s, false, [IP]).
|
ejabberd_hooks:run_fold(check_bl_c2s, false, [IP]).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user