mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 13:11:28 +00:00
remove stray getfenv
This commit is contained in:
@@ -109,7 +109,7 @@ local function loadAuditRulebase( filename )
|
||||
|
||||
file()
|
||||
TEMPLATE_NAME = env.TEMPLATE_NAME
|
||||
ADMIN_ACCOUNTS = getfenv(file)["ADMIN_ACCOUNTS"]
|
||||
ADMIN_ACCOUNTS = env.ADMIN_ACCOUNTS
|
||||
return true, rules
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user