mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Fix a missing local in outlib
This commit is contained in:
@@ -19,6 +19,7 @@ local table = require "table"
|
|||||||
local sort = table.sort
|
local sort = table.sort
|
||||||
local concat = table.concat
|
local concat = table.concat
|
||||||
|
|
||||||
|
local getmetatable = getmetatable
|
||||||
local setmetatable = setmetatable
|
local setmetatable = setmetatable
|
||||||
local ipairs = ipairs
|
local ipairs = ipairs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user