diff --git a/nselib/stdnse.lua b/nselib/stdnse.lua index 264600da3..ae27aa493 100644 --- a/nselib/stdnse.lua +++ b/nselib/stdnse.lua @@ -752,7 +752,7 @@ end ---Similar to registry_add_array, except instead of adding a value to the -- end of an array, it adds a key:value pair to the table. -function registry_add_table(subkeys, key, value) +function registry_add_table(subkeys, key, value, allow_duplicates) local registry = nmap.registry local i = 1