1
0
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:
batrick
2012-05-27 08:59:35 +00:00
parent 000f6dc4d9
commit 0b41f81489

View File

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