mirror of https://github.com/fail2ban/fail2ban
forgotten obsolete code removed
parent
51fd9a1027
commit
7ac9890bf6
|
@ -472,10 +472,6 @@ class Filter(JailThread):
|
||||||
lines = element[3]
|
lines = element[3]
|
||||||
logSys.debug("Processing line with time:%s and ip:%s"
|
logSys.debug("Processing line with time:%s and ip:%s"
|
||||||
% (unixTime, ip))
|
% (unixTime, ip))
|
||||||
if unixTime < MyTime.time() - self.getFindTime():
|
|
||||||
logSys.debug("Ignore line since time %s < %s - %s"
|
|
||||||
% (unixTime, MyTime.time(), self.getFindTime()))
|
|
||||||
break
|
|
||||||
if self.inIgnoreIPList(ip, log_ignore=True):
|
if self.inIgnoreIPList(ip, log_ignore=True):
|
||||||
continue
|
continue
|
||||||
logSys.info("[%s] Found %s" % (self.jail.name, ip))
|
logSys.info("[%s] Found %s" % (self.jail.name, ip))
|
||||||
|
|
Loading…
Reference in New Issue