mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +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:
parent
9ac3c5057a
commit
470b013612
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue