logic fix

This commit is contained in:
hazg 2013-10-21 13:06:19 +04:00
parent 8e3c1b73e9
commit 0c7487af24

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