1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-06 14:39:03 +00:00

Fixed return of incorrect variable name (should have been one of the locals,

was interpreted as a global).
This commit is contained in:
batrick
2010-02-08 02:46:28 +00:00
parent 9ac3c5057a
commit 470b013612

View File

@@ -3727,7 +3727,7 @@ local function get_domain_info(host, domain)
if(status_12 == false) then
msrpc.samr_close(smbstate, connect4_result['connect_handle'])
msrpc.stop_smb(smbstate)
return false, thenquerydomaininfo2_result_12
return false, querydomaininfo2_result_12
end
-- Call EnumDomainUsers() to get users