1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-11 00:49:02 +00:00

fix wrong function name noted by Tom Sellers

This commit is contained in:
fyodor
2008-07-30 00:27:59 +00:00
parent 25215ce9ba
commit a2c8e87ddf

View File

@@ -3510,7 +3510,7 @@ action = function(host, port)<indexterm><primary sortas="action script variable"
port.version.service_tunnel = "none"
port.version.fingerprint = nil
nmap.setPortVersion(host, port, "hardmatched")
nmap.set_port_version(host, port, "hardmatched")
end
end
</programlisting>