From 0c7487af244e65f04f324f7328b8d89d63659624 Mon Sep 17 00:00:00 2001 From: hazg Date: Mon, 21 Oct 2013 13:06:19 +0400 Subject: [PATCH] logic fix --- server/filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/filter.py b/server/filter.py index fc6cf5bf..3c41f9a3 100644 --- a/server/filter.py +++ b/server/filter.py @@ -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