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 =