minor bug introduced while modifying handling of per section configs

debian-releases/etch
Yaroslav Halchenko 2005-08-19 08:45:42 +00:00
parent 79d9c5fdba
commit 3ca4b1f0df
1 changed files with 3 additions and 3 deletions

View File

@ -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", ""],