summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2018-01-24 12:19:36 +0200
committerAndrew Lewis <nerf@judo.za.org>2018-01-24 12:19:36 +0200
commit615e9f05499975a82812e4a600b38d467f5f2cc5 (patch)
tree83be43b7e3c0ef35056b812615ff56362dc41f7a
parent933201cdbaafd3cd311d0c1772b747997b9b972a (diff)
downloadrspamd-615e9f05499975a82812e4a600b38d467f5f2cc5.tar.gz
rspamd-615e9f05499975a82812e4a600b38d467f5f2cc5.zip
[Minor] Silence luacheck
-rw-r--r--lualib/lua_redis.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lualib/lua_redis.lua b/lualib/lua_redis.lua
index d41ac0c98..4c9f43b78 100644
--- a/lualib/lua_redis.lua
+++ b/lualib/lua_redis.lua
@@ -77,7 +77,7 @@ local function rspamd_parse_redis_server(module_name, module_opts, no_fallback)
else
opts = module_opts
end
- local ret = false
+ local ret
if opts then
if opts.redis then