Browse Source

[Minor] Oops, fix call name

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

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

@@ -374,7 +374,7 @@ local function greylist_set(task)

if not settings.check_local and is_rspamc then return end

ret,conn,upstream = lua_redis.make_request(task,
ret,conn,upstream = lua_redis.redis_make_request(task,
redis_params, -- connect params
hash_key, -- hash key
true, -- is write

Loading…
Cancel
Save