1
0
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:
ron
2010-09-24 03:38:11 +00:00
parent a477d142f1
commit f71008bcd3

View File

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