1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 16:39:03 +00:00

Remove an unused "url" local variable from scripts/showHTMLTitle.nse.

This commit is contained in:
david
2007-11-20 23:39:14 +00:00
parent a460f4433c
commit fbeb42a7a1

View File

@@ -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()