mirror of
https://github.com/nmap/nmap.git
synced 2026-01-20 13:19:01 +00:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user