]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Add another missing `fun` module local reference 1103/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Sat, 5 Nov 2016 09:56:24 +0000 (12:56 +0300)
committerAlexander Moisseev <moiseev@mezonplus.ru>
Sat, 5 Nov 2016 09:56:24 +0000 (12:56 +0300)
src/plugins/lua/dcc.lua

index 08fca893f6bc96cb8416505ac604115d24979d96..cd8f76de29408116a4b3869911474aea6657594f 100644 (file)
@@ -49,7 +49,7 @@ local function check_dcc (task)
   local envrcpt = 'test@example.com'
   local rcpts = task:get_recipients();
   if rcpts then
-    local r = table.concat(fun.totable(map(function(rcpt)
+    local r = table.concat(fun.totable(fun.map(function(rcpt)
       return rcpt['addr'] end,
     rcpts)), '\n')
     if r then