From cd4da05e380367ffff204e919fdad51f26a899af Mon Sep 17 00:00:00 2001 From: dmiller Date: Thu, 27 Jun 2019 19:14:49 +0000 Subject: [PATCH] add missing local --- scripts/rdp-enum-encryption.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rdp-enum-encryption.nse b/scripts/rdp-enum-encryption.nse index 197597a34..6451beeed 100644 --- a/scripts/rdp-enum-encryption.nse +++ b/scripts/rdp-enum-encryption.nse @@ -171,7 +171,7 @@ local function enum_ciphers(host, port) end local msc = rdp.Request.MCSConnectInitial:new(v) - status, response = comm:exch(msc) + local status, response = comm:exch(msc) comm:close() if ( status ) then if ( response.ccr and response.ccr.enc_cipher == v ) then