mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fix a typo from debugging.
This commit is contained in:
parent
e42fecfb89
commit
b61e92940e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue