mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Fix some whitespace.
This commit is contained in:
parent
7dcd478487
commit
da5a9ecc52
1 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue