mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
fail2ban-regex: bug fixed, if running over systemd-journal and journalmatch missing in filter.
This commit is contained in:
parent
98f4d70371
commit
3e15343343
1 changed files with 1 additions and 1 deletions
|
|
@ -614,7 +614,7 @@ class Fail2banRegex(object):
|
|||
self.setDatePattern(None)
|
||||
if journalmatch:
|
||||
flt.addJournalMatch(journalmatch)
|
||||
output( "Use journal match : %s" % " ".join(journalmatch) )
|
||||
output( "Use journal match : %s" % " ".join(journalmatch) )
|
||||
test_lines = journal_lines_gen(flt, myjournal)
|
||||
else:
|
||||
# if single line parsing (without buffering)
|
||||
|
|
|
|||
Loading…
Reference in a new issue