From ddf05d7e1ff5938649f2c7cadfe598fab7d87628 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 15 Dec 2010 18:57:22 +0000 Subject: [PATCH] Whitespace in lexmark-config.nse. --- scripts/lexmark-config.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lexmark-config.nse b/scripts/lexmark-config.nse index 4e9a02c74..25fea6e27 100644 --- a/scripts/lexmark-config.nse +++ b/scripts/lexmark-config.nse @@ -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)