mirror of https://github.com/fail2ban/fail2ban
BF: fail2ban-regex erroneously reporting multiple regexs had matched
parent
c03a50b44b
commit
60d298d898
|
@ -428,7 +428,7 @@ class Fail2banRegex(object):
|
||||||
" %s %s%s" % (
|
" %s %s%s" % (
|
||||||
ip[1],
|
ip[1],
|
||||||
timeString,
|
timeString,
|
||||||
ip[3] and " (multiple regex matched)" or ""))
|
ip[-1] and " (multiple regex matched)" or ""))
|
||||||
|
|
||||||
print "\n%s: %d total" % (title, total)
|
print "\n%s: %d total" % (title, total)
|
||||||
pprint_list(out, " #) [# of hits] regular expression")
|
pprint_list(out, " #) [# of hits] regular expression")
|
||||||
|
|
Loading…
Reference in New Issue