commit 6f3c134: [Minor] Oops, fix misprint

Vsevolod Stakhov vsevolod at highsecure.ru
Mon Apr 15 19:35:03 UTC 2019


Author: Vsevolod Stakhov
Date: 2019-04-15 20:30:13 +0100
URL: https://github.com/rspamd/rspamd/commit/6f3c1341bc1b7214b2ff967857bcb9f4ab024d7e (HEAD -> master)

[Minor] Oops, 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 1ce47542a..e7dbed9d3 100644
--- a/lualib/lua_clickhouse.lua
+++ b/lualib/lua_clickhouse.lua
@@ -136,7 +136,7 @@ local function parse_clickhouse_response_json(params, data)
     return 'bad json', {}
   end
 
-  return parsed_rows
+  return nil,json
 end
 
 -- Helper to generate HTTP closure


More information about the Commits mailing list