From fbeb42a7a12edc1e646da9b67ea037bd3de89ae3 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 20 Nov 2007 23:39:14 +0000 Subject: [PATCH] Remove an unused "url" local variable from scripts/showHTMLTitle.nse. --- scripts/showHTMLTitle.nse | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/showHTMLTitle.nse b/scripts/showHTMLTitle.nse index 24ca0f09b..f4d074c20 100644 --- a/scripts/showHTMLTitle.nse +++ b/scripts/showHTMLTitle.nse @@ -17,9 +17,7 @@ require "stdnse" portrule = shortport.service({'http', 'https'}) action = function(host, port) - local url, socket, request, result, status, s, title, protocol - - url = "http://" .. host.name + local socket, request, result, status, s, title, protocol socket = nmap.new_socket()