mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Merge branch '0.10' into 0.11
This commit is contained in:
commit
da86ebca31
1 changed files with 1 additions and 0 deletions
|
|
@ -997,6 +997,7 @@ def get_monitor_failures_testcase(Filter_):
|
|||
self.file.close()
|
||||
self.filter.setMaxRetry(10)
|
||||
self.filter.delLogPath(self.name)
|
||||
_killfile(None, self.name)
|
||||
# if we rename parent dir into a new location (simulate directory-base log rotation)
|
||||
tmpsub1 = os.path.join(tmp, "1")
|
||||
tmpsub2 = os.path.join(tmp, "2")
|
||||
|
|
|
|||
Loading…
Reference in a new issue