mirror of https://github.com/fail2ban/fail2ban
small amend (typo)
parent
ced9828d04
commit
c09ac8ebed
|
@ -170,7 +170,7 @@ def testSampleRegexsFactory(name, basedir):
|
||||||
commonOpts = faildata
|
commonOpts = faildata
|
||||||
continue
|
continue
|
||||||
# filterOptions - dict in JSON to control filter options (e. g. mode, etc.):
|
# filterOptions - dict in JSON to control filter options (e. g. mode, etc.):
|
||||||
if jsonREMatch.group(1) in 'filterOptions':
|
if jsonREMatch.group(1) == 'filterOptions':
|
||||||
# following lines with another filter options:
|
# following lines with another filter options:
|
||||||
self._filterTests = []
|
self._filterTests = []
|
||||||
ignoreBlock = False
|
ignoreBlock = False
|
||||||
|
|
Loading…
Reference in New Issue