mirror of https://github.com/fail2ban/fail2ban
minor bug introduced while modifying handling of per section configs
parent
79d9c5fdba
commit
3ca4b1f0df
|
@ -341,9 +341,9 @@ def main():
|
||||||
# Options
|
# Options
|
||||||
optionValues = (["bool", "enabled", False],
|
optionValues = (["bool", "enabled", False],
|
||||||
["str", "logfile", "/dev/null"],
|
["str", "logfile", "/dev/null"],
|
||||||
["int", "maxretry", maxretry],
|
["int", "maxretry", maxRetry],
|
||||||
["int", "bantime", bantime],
|
["int", "bantime", banTime],
|
||||||
["int", "findtime", findtime],
|
["int", "findtime", findTime],
|
||||||
["str", "timeregex", ""],
|
["str", "timeregex", ""],
|
||||||
["str", "timepattern", ""],
|
["str", "timepattern", ""],
|
||||||
["str", "failregex", ""],
|
["str", "failregex", ""],
|
||||||
|
|
Loading…
Reference in New Issue