mirror of
https://github.com/nmap/nmap.git
synced 2026-01-04 13:49:03 +00:00
Fix global to local variable loc
This commit is contained in:
@@ -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, '/' )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user