Przeglądaj źródła

Attempted fix for ticket #656 (failes to acknowledge physical blacklists)

Joseph Henry 7 lat temu
rodzic
commit
7e2d614975
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      service/OneService.cpp

+ 2 - 0
service/OneService.cpp

@@ -2279,6 +2279,8 @@ public:
 						return 0;
 				}
 			}
+		}
+		if (gbl) {
 			for(std::vector<InetAddress>::const_iterator a(gbl->begin());a!=gbl->end();++a) {
 				if (a->containsAddress(*reinterpret_cast<const InetAddress *>(remoteAddr)))
 					return 0;