mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Fix a missing local in outlib
This commit is contained in:
parent
d341c45cf4
commit
0d7f8a631d
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ local table = require "table"
|
|||
local sort = table.sort
|
||||
local concat = table.concat
|
||||
|
||||
local getmetatable = getmetatable
|
||||
local setmetatable = setmetatable
|
||||
local ipairs = ipairs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue