* src/mod_ip_blacklist.erl: ignore when we do not have the IP.

SVN Revision: 1320
This commit is contained in:
Mickaël Rémond 2008-05-08 14:55:06 +00:00
parent e4f098a104
commit 1a2bb06075
1 changed files with 3 additions and 2 deletions

View File

@ -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