mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
parent
be0af7b304
commit
7f0c9fa9a2
1 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ action = function()
|
|||
|
||||
local status, _, _, ip = socket:get_info()
|
||||
if ( not(status) ) then
|
||||
stndse.print_debug(2, "Failed to get socket information")
|
||||
stdnse.print_debug(2, "Failed to get socket information")
|
||||
break
|
||||
end
|
||||
|
||||
|
|
@ -66,4 +66,4 @@ action = function()
|
|||
if ( 0 < #output ) then
|
||||
return stdnse.format_output(true, output)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue