1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Fix a typo from debugging.

This commit is contained in:
dmiller
2016-09-23 02:24:57 +00:00
parent e42fecfb89
commit b61e92940e

View File

@@ -54,7 +54,7 @@ action = function(host, port)
local try = nmap.new_try(catch)
try(client_ident:connect(host, 1113))
try(client_ident:connect(host, 113))
try(client_service:connect(host, port))
local localip, localport, remoteip, remoteport =