mirror of
https://github.com/nmap/nmap.git
synced 2026-01-30 18:19:05 +00:00
Fixed a spelling mistake in a variable name in msrpc.lua
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user