]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Shut up luacheck again
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 23 Feb 2018 15:08:52 +0000 (15:08 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 23 Feb 2018 15:08:52 +0000 (15:08 +0000)
lualib/rspamadm/configwizard.lua

index 3aabea41fe6cb7663677d9ceb95d4dd9785f2da7..5a42a8257d71828481b70deff75c4ee2a01087d6 100644 (file)
@@ -296,7 +296,6 @@ local function check_redis_classifier(cls, changes)
   -- Load symbols from statfiles
   local statfiles = cls.statfile
   for _,stf in ipairs(statfiles) do
-    local path = (stf.file or stf.path or stf.db or stf.dbname)
     local symbol = stf.symbol or 'undefined'
 
     local spam
@@ -355,7 +354,7 @@ local function check_redis_classifier(cls, changes)
     printf("You are using an old schema for %s/%s", symbol_ham, symbol_spam)
     try_convert()
   else
-    local res,conn = lua_redis.redis_connect_sync(parsed_redis, true)
+    local _,conn = lua_redis.redis_connect_sync(parsed_redis, true)
     -- We still need to check versions
     local lua_script = [[
 local ver = 0