]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Silence warnings 1380/head
authorAndrew Lewis <nerf@judo.za.org>
Fri, 27 Jan 2017 15:42:36 +0000 (17:42 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Fri, 27 Jan 2017 15:42:36 +0000 (17:42 +0200)
src/plugins/lua/fuzzy_collect.lua

index 64f09bb487d3f2dbb3c0a314d6d96b929793ea59..d421ef389638aea304e9db6a573ddd07f592a2ab 100644 (file)
@@ -17,7 +17,6 @@ limitations under the License.
 local rspamd_logger = require "rspamd_logger"
 local rspamd_util = require "rspamd_util"
 local rspamd_http = require "rspamd_http"
-local upstream_list = require "rspamd_upstream_list"
 local rspamd_keypairlib = require "rspamd_cryptobox_keypair"
 local rspamd_cryptolib = require "rspamd_cryptobox"
 local fun = require "fun"
@@ -172,7 +171,7 @@ if opts and type(opts) == 'table' then
   end
 
   if sane_config then
-    rspamd_config:add_on_load(function(cfg, ev_base, worker)
+    rspamd_config:add_on_load(function(_, ev_base, worker)
       if worker:get_name() == 'controller' and worker:get_index() == 0 then
         rspamd_config:add_periodic(ev_base, 0.0,
           function(_cfg, _ev_base)