From: Vsevolod Stakhov Date: Mon, 15 Apr 2019 19:30:13 +0000 (+0100) Subject: [Minor] Oops, fix misprint X-Git-Tag: 1.9.2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6f3c1341bc1b7214b2ff967857bcb9f4ab024d7e;p=thirdparty%2Frspamd.git [Minor] Oops, fix misprint --- diff --git a/lualib/lua_clickhouse.lua b/lualib/lua_clickhouse.lua index 1ce47542a6..e7dbed9d38 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