1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-20 13:19:01 +00:00

Identifier typo.

http://seclists.org/nmap-dev/2012/q2/618
This commit is contained in:
david
2012-06-05 20:33:09 +00:00
parent be0af7b304
commit 7f0c9fa9a2

View File

@@ -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