1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

add missing local

This commit is contained in:
dmiller
2019-06-27 19:14:49 +00:00
parent 2f7f6c7b6a
commit cd4da05e38

View File

@@ -171,7 +171,7 @@ local function enum_ciphers(host, port)
end end
local msc = rdp.Request.MCSConnectInitial:new(v) local msc = rdp.Request.MCSConnectInitial:new(v)
status, response = comm:exch(msc) local status, response = comm:exch(msc)
comm:close() comm:close()
if ( status ) then if ( status ) then
if ( response.ccr and response.ccr.enc_cipher == v ) then if ( response.ccr and response.ccr.enc_cipher == v ) then