commit 0619deb: [Minor] Grrr, fix misprint

Vsevolod Stakhov vsevolod at highsecure.ru
Thu Oct 10 12:00:06 UTC 2019


Author: Vsevolod Stakhov
Date: 2019-10-10 12:56:33 +0100
URL: https://github.com/rspamd/rspamd/commit/0619debb463445f442a5f9a6f7955ffbe006079b (HEAD -> master)

[Minor] Grrr, fix misprint

---
 lualib/lua_clickhouse.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lualib/lua_clickhouse.lua b/lualib/lua_clickhouse.lua
index 713da6e21..8891a89fc 100644
--- a/lualib/lua_clickhouse.lua
+++ b/lualib/lua_clickhouse.lua
@@ -375,7 +375,7 @@ exports.insert = function (upstream, settings, params, query, rows,
   http_params.user = settings.user
   http_params.password = settings.password
   http_params.method = 'POST'
-  http_params.body = {rspamd_text.from_table(rows, '\n'), '\n'}
+  http_params.body = {rspamd_text.fromtable(rows, '\n'), '\n'}
   http_params.log_obj = params.task or params.config
 
   if not http_params.url then


More information about the Commits mailing list