diff options
-rw-r--r-- | lualib/lua_selectors.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lualib/lua_selectors.lua b/lualib/lua_selectors.lua index 8092d7892..4025ef680 100644 --- a/lualib/lua_selectors.lua +++ b/lualib/lua_selectors.lua @@ -138,7 +138,7 @@ uses any type by default)]], local parts = task:get_parts() or E local digests = {} - if args ~= nil then + if #args > 0 then local rspamd_cryptobox = require "rspamd_cryptobox_hash" local encoding = args[1] or 'hex' local ht = args[2] or 'blake2' |