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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user