mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 21:21:31 +00:00
Fixed indentation.
This commit is contained in:
@@ -106,7 +106,7 @@ function action(host, port)
|
|||||||
end
|
end
|
||||||
|
|
||||||
for i, reply in ipairs(replies) do
|
for i, reply in ipairs(replies) do
|
||||||
count.tried = count.tried + 1
|
count.tried = count.tried + 1
|
||||||
-- We want this to be indexed by filename, not an integer, so we convert it
|
-- We want this to be indexed by filename, not an integer, so we convert it
|
||||||
-- We added to the pipeline in the same order as the filenames, so this is safe
|
-- We added to the pipeline in the same order as the filenames, so this is safe
|
||||||
replies[repo[i]] = reply -- create index by filename
|
replies[repo[i]] = reply -- create index by filename
|
||||||
|
|||||||
Reference in New Issue
Block a user