]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Pet luacheck
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 1 Jul 2020 11:52:39 +0000 (12:52 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 1 Jul 2020 11:52:39 +0000 (12:52 +0100)
rules/controller/maps.lua

index be93e0a6d40ceeaf7d92f9387006efd470ae10ea..f21b34c24944e3c8b293dccf551e239b558081c9 100644 (file)
@@ -38,14 +38,15 @@ local function maybe_fill_maps_cache()
           -- Do not override, as we don't care about duplicate maps that come from different
           -- sources.
           -- In theory, that should be cached but there are some exceptions even so far...
+          url = math.random() -- to shut luacheck about empty branch with a comment
         end
       end
     end
   end
 end
 
-local function check_specific_map(value, uri, m, results)
-  local value = m:get_key(value)
+local function check_specific_map(input, uri, m, results)
+  local value = m:get_key(input)
 
   if value then
     local result = {