mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fix global to local variable loc
This commit is contained in:
parent
04685b77a5
commit
f0415b5393
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ end
|
|||
|
||||
action = function(host, port)
|
||||
|
||||
local data, result, redir, title
|
||||
local data, result, redir, title, loc
|
||||
|
||||
data = http.get( host, port, '/' )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue