diff options
Diffstat (limited to 'modules/proxyscan.cpp')
-rw-r--r-- | modules/proxyscan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/proxyscan.cpp b/modules/proxyscan.cpp index 53b94e696..8b814ec0a 100644 --- a/modules/proxyscan.cpp +++ b/modules/proxyscan.cpp @@ -302,7 +302,7 @@ public: } this->proxyscans.clear(); - for (int i = 0; i < Config->CountBlock("proxyscan"); ++i) + for (int i = 0; i < config.CountBlock("proxyscan"); ++i) { Configuration::Block &block = config.GetBlock("proxyscan", i); ProxyCheck p; |