logic fix

pull/401/head
hazg 2013-10-21 13:06:19 +04:00
parent 8e3c1b73e9
commit 0c7487af24
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ class Filter(JailThread):
if self.__ignoreCommand is not False:
ignored_ips = os.popen(self.__ignoreCommand).read().split(" ")
if ip in ignored_ips:
continue
return True
s = i.split('/', 1)
# IP address without CIDR mask