From: Vsevolod Stakhov Date: Wed, 2 Aug 2017 17:22:07 +0000 (+0100) Subject: [Minor] Use '--' instead of 'UN' for unknown values X-Git-Tag: 1.7.0~771 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d65d82f84b7045de77e4cf26cc34b4f6d9e9d8e6;p=rspamd.git [Minor] Use '--' instead of 'UN' for unknown values --- diff --git a/src/plugins/lua/clickhouse.lua b/src/plugins/lua/clickhouse.lua index 08fb25c8c..bd164ab65 100644 --- a/src/plugins/lua/clickhouse.lua +++ b/src/plugins/lua/clickhouse.lua @@ -573,7 +573,7 @@ local function clickhouse_collect(task) -- ASN information if settings['asn_table'] then - local asn, country, ipnet = 'UN', 'UN', 'UN' + local asn, country, ipnet = '--', '--', '--' local pool = task:get_mempool() ret = pool:get_variable("asn") if ret then