- 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
0.6
Cyril Jaquier 2005-02-18 22:14:02 +00:00
parent 2b5812ef9b
commit c7947c68e9
1 changed files with 1 additions and 1 deletions

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)