Browse Source

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

pull/1/head
Joseph Henry 8 years ago
parent
commit
7e2d614975
  1. 2
      service/OneService.cpp

2
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;

Loading…
Cancel
Save