mirror of https://github.com/fail2ban/fail2ban
Merge pull request #220 from kwirk/0.9_tweaks
0.9 tweaks. file moves after the merge and exception catchingpull/224/merge
commit
ded87bad9a
|
@ -213,7 +213,7 @@ class Fail2banRegex:
|
||||||
# Read out and set possible value of maxlines
|
# Read out and set possible value of maxlines
|
||||||
try:
|
try:
|
||||||
maxlines = reader.get("Init", "maxlines")
|
maxlines = reader.get("Init", "maxlines")
|
||||||
except NoSectionError, NoOptionError:
|
except (NoSectionError, NoOptionError):
|
||||||
# No [Init].maxlines found.
|
# No [Init].maxlines found.
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue