From 40425d051ef7b44464759ded9013425516dcdddb Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Mon, 17 Jul 2006 19:49:45 +0000 Subject: [PATCH] - Removed debug comment git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@255 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- server/filter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/filter.py b/server/filter.py index 140aa61b..b286ffd5 100644 --- a/server/filter.py +++ b/server/filter.py @@ -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