From: Vsevolod Stakhov Date: Fri, 17 Jul 2020 15:46:34 +0000 (+0100) Subject: [Minor] Oops, true/false was a stupid convention X-Git-Tag: 2.6~228 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4aaaecfea059bd44fe9d565cfe749bcef997c21;p=thirdparty%2Frspamd.git [Minor] Oops, true/false was a stupid convention --- diff --git a/src/plugins/lua/clickhouse.lua b/src/plugins/lua/clickhouse.lua index 200fcaeca2..bede3f50b6 100644 --- a/src/plugins/lua/clickhouse.lua +++ b/src/plugins/lua/clickhouse.lua @@ -633,7 +633,7 @@ local function clickhouse_collect(task) end local nurls = 0 - local task_urls = task:get_urls(true) or {} + local task_urls = task:get_urls(false) or {} nurls = #task_urls