From f0415b5393bc3f776a35573d0fda8d7de4638b5a Mon Sep 17 00:00:00 2001 From: joao Date: Wed, 15 Jul 2009 21:21:19 +0000 Subject: [PATCH] Fix global to local variable loc --- scripts/html-title.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/html-title.nse b/scripts/html-title.nse index 861177b8a..1710de866 100644 --- a/scripts/html-title.nse +++ b/scripts/html-title.nse @@ -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, '/' )