mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
o [NSE] Added a missing function parameter for registry_add_table().
This commit is contained in:
parent
548ed66bdc
commit
a9bbb27a54
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue