Prevent process crash if the IP and port of a connection is unknown.

SVN Revision: 2155
This commit is contained in:
Badlop
2009-06-11 18:01:36 +00:00
parent ce7e9129d9
commit 6f080f7fed
+2
View File
@@ -2015,6 +2015,8 @@ fsm_reply(Reply, StateName, StateData) ->
{reply, Reply, StateName, StateData, ?C2S_OPEN_TIMEOUT}.
%% Used by c2s blacklist plugins
is_ip_blacklisted(undefined) ->
false;
is_ip_blacklisted({IP,_Port}) ->
ejabberd_hooks:run_fold(check_bl_c2s, false, [IP]).