mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
BF: wrong variable name in previous merge
This commit is contained in:
parent
9805d39b60
commit
0f283f8b6f
1 changed files with 1 additions and 3 deletions
|
|
@ -350,9 +350,7 @@ class Filter(JailThread):
|
|||
line = line.rstrip('\r\n')
|
||||
logSys.log(7, "Working on line %r", line)
|
||||
|
||||
logSys.log(7, "Working on line %r", l)
|
||||
|
||||
return self.findFailure(l, returnRawHost, checkAllRegex)
|
||||
return self.findFailure(line, returnRawHost, checkAllRegex)
|
||||
|
||||
def processLineAndAdd(self, line):
|
||||
"""Processes the line for failures and populates failManager
|
||||
|
|
|
|||
Loading…
Reference in a new issue