mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
remove stray getfenv
This commit is contained in:
parent
000f6dc4d9
commit
0b41f81489
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue