mirror of
https://github.com/nmap/nmap.git
synced 2026-01-01 20:39:02 +00:00
Fixed errors found by nse_check_globals.
This commit is contained in:
@@ -121,7 +121,7 @@ action = function(host, port)
|
||||
return result
|
||||
else
|
||||
if #result > 0 then
|
||||
final = {}
|
||||
local final = {}
|
||||
for index, test in ipairs(result) do
|
||||
table.insert(final, test)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user