]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix tests 1175/head
authorAndrew Lewis <nerf@judo.za.org>
Thu, 24 Nov 2016 14:42:29 +0000 (16:42 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Thu, 24 Nov 2016 14:50:32 +0000 (16:50 +0200)
src/plugins/lua/clickhouse.lua

index 4465a9a6edf62351fa1e1a15f0af94ea2302fb5e..d45f0657b8e5c93e90048397122670830f85f245 100644 (file)
@@ -513,7 +513,7 @@ local function clickhouse_collect(task)
 
   -- ASN information
   if settings['asn_table'] then
-    local asn, country, ipnet, ret = 'unknown', 'unknown', 'unknown'
+    local asn, country, ipnet = 'unknown', 'unknown', 'unknown'
     local pool = task:get_mempool()
     ret = pool:get_variable("asn")
     if ret then