1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-21 23:19:03 +00:00

Avoid empty script output

This commit is contained in:
dmiller
2018-02-21 03:10:27 +00:00
parent 01e7430797
commit 370825918a
5 changed files with 9 additions and 6 deletions

View File

@@ -74,7 +74,7 @@ action = function( host, port )
port.version.name = "hadoop-tasktracker"
port.version.product = "Apache Hadoop"
nmap.set_port_version(host, port)
return result
end
return result
end
end