mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Fixed indentation.
This commit is contained in:
parent
902000afad
commit
f35cf8b93a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue