1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-08 07:29:03 +00:00

minor fix in stun-version to remove a warning from ipOps.fromdword

indentation fix in stun-version
This commit is contained in:
patrik
2012-07-24 12:05:57 +00:00
parent be858f4a7d
commit 7880043ee2
2 changed files with 4 additions and 2 deletions

View File

@@ -37,5 +37,5 @@ action = function(host, port)
port.version.name = "stun"
port.version.product = result
nmap.set_port_state(host, port, "open")
nmap.set_port_version(host, port, "hardmatched")
nmap.set_port_version(host, port, "hardmatched")
end