From f32ed8acfeeabe348e794b9319b18b5e4fcf8e5b Mon Sep 17 00:00:00 2001 From: david Date: Mon, 27 Oct 2008 17:16:53 +0000 Subject: [PATCH] Remove an ineffectual setting of port.version.fingerprint to nil in scripts/PPTPversion.nse. --- scripts/PPTPversion.nse | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/PPTPversion.nse b/scripts/PPTPversion.nse index 5d34c41a2..375d0cec7 100644 --- a/scripts/PPTPversion.nse +++ b/scripts/PPTPversion.nse @@ -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