1
0
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:
joao
2009-07-15 21:21:19 +00:00
parent 04685b77a5
commit f0415b5393

View File

@@ -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, '/' )