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

Fix some whitespace.

This commit is contained in:
david
2010-09-28 22:30:48 +00:00
parent 7dcd478487
commit da5a9ecc52

View File

@@ -75,7 +75,7 @@ action = function( host, port )
--
-- Layout of the query for external IP packet
--
local packet = string.char( 0, 0 )
local packet = string.char( 0, 0 )
status = socket:send( packet )
if( not(status) ) then
@@ -95,7 +95,7 @@ action = function( host, port )
if ( not(status) ) then stdnse.print_debug(3, external_ip) end
-- set port to open
nmap.set_port_state(host, port, "open")
nmap.set_port_state(host, port, "open")
port.version.name = "nat-pmp"
nmap.set_port_version(host, port, "hardmatched")