mirror of
https://github.com/nmap/nmap.git
synced 2025-12-08 13:41:29 +00:00
Fixed debug format.
This commit is contained in:
@@ -749,7 +749,7 @@ local function run (threads_iter, scantype)
|
|||||||
for co, thread in pairs(waiting) do
|
for co, thread in pairs(waiting) do
|
||||||
if thread:timed_out() then
|
if thread:timed_out() then
|
||||||
waiting[co], all[co], num_threads = nil, nil, num_threads-1;
|
waiting[co], all[co], num_threads = nil, nil, num_threads-1;
|
||||||
thread:d("%THREAD %stimed out", thread.host
|
thread:d("%THREAD %s timed out", thread.host
|
||||||
and format("%s%s ", thread.host.ip,
|
and format("%s%s ", thread.host.ip,
|
||||||
thread.port and ":"..thread.port.number or "")
|
thread.port and ":"..thread.port.number or "")
|
||||||
or "");
|
or "");
|
||||||
|
|||||||
Reference in New Issue
Block a user