From f13aa16ee4785ba47530f09190c3d48aa659f162 Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Sat, 5 Nov 2016 12:56:24 +0300 Subject: [PATCH] [Minor] Add another missing `fun` module local reference --- src/plugins/lua/dcc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lua/dcc.lua b/src/plugins/lua/dcc.lua index 08fca893f..cd8f76de2 100644 --- a/src/plugins/lua/dcc.lua +++ b/src/plugins/lua/dcc.lua @@ -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 -- 2.39.5