- Bantime was not used in the log reader

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@57 a942ae1a-1317-0410-a47c-b1dcaea8d605
This commit is contained in:
lostcontrol 2005-02-18 22:14:02 +00:00
parent 7a107de42f
commit 0dc0c7e2c0

View file

@ -365,7 +365,7 @@ if __name__ == "__main__":
for t in confReader.getSections():
l = confReader.getLogOptions(t)
lObj = LogReader(logSys, l["logfile"], l["timeregex"],
l["timepattern"], l["failregex"])
l["timepattern"], l["failregex"], conf["bantime"])
lObj.openLogFile()
logList.append(lObj)