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

Whitespace in lexmark-config.nse.

This commit is contained in:
david
2010-12-15 18:57:22 +00:00
parent c9ba464c28
commit ddf05d7e1f

View File

@@ -76,7 +76,7 @@ action = function( host, port )
end
-- set port to open
nmap.set_port_state(host, port, "open")
nmap.set_port_state(host, port, "open")
nmap.set_port_version(host, port, "hardmatched")
return stdnse.format_output(true, result)