- Removed debug comment

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@255 a942ae1a-1317-0410-a47c-b1dcaea8d605
0.x
Cyril Jaquier 2006-07-17 19:49:45 +00:00
parent 9aa6a505eb
commit 40425d051e
1 changed files with 2 additions and 2 deletions

View File

@ -433,8 +433,8 @@ class Filter(JailThread):
# Bug fix for #1241756
# If the date is greater than the current time, we suppose
# that the log is not from this year but from the year before
#if time.mktime(date) > time.time():
# date[0] -= 1
if time.mktime(date) > time.time():
date[0] -= 1
unixTime = time.mktime(date)
return unixTime