1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-09 16:09:03 +00:00

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