Remove an ineffectual setting of port.version.fingerprint to nil in

scripts/PPTPversion.nse.
This commit is contained in:
david 2008-10-27 17:16:53 +00:00
parent 9ff7acfe0e
commit f32ed8acfe

View file

@ -79,7 +79,6 @@ action = function(host, port)
if hostname ~= nil then port.version.hostname = hostname end
port.version.service_tunnel = "none"
port.version.fingerprint = nil
nmap.set_port_version(host, port, "hardmatched")
end