summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--service/OneService.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/service/OneService.cpp b/service/OneService.cpp
index 8aeecd5e..2e9c530d 100644
--- a/service/OneService.cpp
+++ b/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;