1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 21:21:31 +00:00

Reverting 21172, it was actually correct.

This commit is contained in:
batrick
2010-11-24 21:10:20 +00:00
parent ce8c422f7d
commit 4b481939b3

View File

@@ -749,7 +749,7 @@ local function run (threads_iter, scantype)
for co, thread in pairs(waiting) do
if thread:timed_out() then
waiting[co], all[co], num_threads = nil, nil, num_threads-1;
thread:d("%THREAD %s timed out", thread.host
thread:d("%THREAD %stimed out", thread.host
and format("%s%s ", thread.host.ip,
thread.port and ":"..thread.port.number or "")
or "");