1
0
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:
dmiller
2020-02-05 04:30:55 +00:00
parent d341c45cf4
commit 0d7f8a631d

View File

@@ -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