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)