mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
fix wrong function name noted by Tom Sellers
This commit is contained in:
parent
25215ce9ba
commit
a2c8e87ddf
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue