Browse Source

[Minor] Reputation: Fix script invocation

tags/2.0
Vsevolod Stakhov 4 years ago
parent
commit
7bf0031790
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/plugins/lua/reputation.lua

+ 1
- 1
src/plugins/lua/reputation.lua View File

@@ -956,7 +956,7 @@ local function reputation_redis_set_token(task, rule, token, sc, continuation_cb
{task = task, is_write = true},
redis_set_cb,
{key, tostring(os.time() * 1000),
tonumber(sc),
tostring(sc),
tostring(rule.backend.config.expiry)})
if not ret then
rspamd_logger.errx(task, 'got error while connecting to redis')

Loading…
Cancel
Save