1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 05:01:29 +00:00

Fixed indentation.

This commit is contained in:
henri
2012-09-05 20:55:42 +00:00
parent 902000afad
commit f35cf8b93a

View File

@@ -106,7 +106,7 @@ function action(host, port)
end
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 added to the pipeline in the same order as the filenames, so this is safe
replies[repo[i]] = reply -- create index by filename