o [NSE] Added a missing function parameter for registry_add_table().

This commit is contained in:
djalal 2011-07-30 12:02:24 +00:00
parent 548ed66bdc
commit a9bbb27a54

View file

@ -752,7 +752,7 @@ end
---Similar to <code>registry_add_array</code>, 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