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:
@@ -54,7 +54,7 @@ action = function(host, port)
|
|||||||
|
|
||||||
local try = nmap.new_try(catch)
|
local try = nmap.new_try(catch)
|
||||||
|
|
||||||
try(client_ident:connect(host, 1113))
|
try(client_ident:connect(host, 113))
|
||||||
try(client_service:connect(host, port))
|
try(client_service:connect(host, port))
|
||||||
|
|
||||||
local localip, localport, remoteip, remoteport =
|
local localip, localport, remoteip, remoteport =
|
||||||
|
|||||||
Reference in New Issue
Block a user