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