]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Silence warning
authorAndrew Lewis <nerf@judo.za.org>
Thu, 28 Sep 2017 18:53:52 +0000 (20:53 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Thu, 28 Sep 2017 18:53:52 +0000 (20:53 +0200)
lualib/maps.lua

index c92c690c091c56fb1e6b12aabb3c8725265937f5..aacced6cfd164532b47a445f55157a2d6b130057 100644 (file)
@@ -175,7 +175,6 @@ local function rspamd_maybe_check_map(key, what)
     return what:lower() == key
   end
 
-  return false
 end
 
 exports.rspamd_maybe_check_map = rspamd_maybe_check_map