diff options
-rw-r--r-- | src/plugins/lua/multimap.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/lua/multimap.lua b/src/plugins/lua/multimap.lua index d913f7619..10e727ef7 100644 --- a/src/plugins/lua/multimap.lua +++ b/src/plugins/lua/multimap.lua @@ -45,7 +45,7 @@ local value_types = { get_value = function(val) return val end, }, url = { - get_value = function(url) return url:get_tld() end, + get_value = function(val) return val end, }, dnsbl = { get_value = function(ip) return ip:to_string() end, |