From 0d7f8a631dd18f80bec941390593ed3f9acf15ea Mon Sep 17 00:00:00 2001 From: dmiller Date: Wed, 5 Feb 2020 04:30:55 +0000 Subject: [PATCH] Fix a missing local in outlib --- nselib/outlib.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nselib/outlib.lua b/nselib/outlib.lua index 933206058..3379256fe 100644 --- a/nselib/outlib.lua +++ b/nselib/outlib.lua @@ -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