mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fixed a spelling mistake in a variable name in msrpc.lua
This commit is contained in:
parent
a477d142f1
commit
f71008bcd3
1 changed files with 1 additions and 1 deletions
|
|
@ -3340,7 +3340,7 @@ function samr_enum_groups(host)
|
|||
end
|
||||
|
||||
-- If it returned a nil array
|
||||
if(enumaliases_result['sam'] == nil or enumeliases_result['sam']['entries'] == nil) then
|
||||
if(enumaliases_result['sam'] == nil or enumaliases_result['sam']['entries'] == nil) then
|
||||
return false, "ERROR: No groups returned by samr_EnumDomainAliases()"
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue