mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
* src/mod_ip_blacklist.erl: ignore when we do not have the IP.
SVN Revision: 1320
This commit is contained in:
parent
e4f098a104
commit
1a2bb06075
@ -105,8 +105,9 @@ is_ip_in_c2s_blacklist(_Val, IP) ->
|
||||
false;
|
||||
[_] -> %% Blacklisted!
|
||||
{stop, true}
|
||||
end.
|
||||
|
||||
end;
|
||||
is_ip_in_c2s_blacklist(_Val, _IP) ->
|
||||
false.
|
||||
|
||||
%% TODO:
|
||||
%% - For now, we do not kick user already logged on a given IP after
|
||||
|
Loading…
Reference in New Issue
Block a user