mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
whitespace change
This commit is contained in:
parent
8a26459cfd
commit
0f1b1626c4
1 changed files with 1 additions and 2 deletions
|
|
@ -799,8 +799,7 @@ return function (hosts)
|
|||
-- Check portrules for this host.
|
||||
for port in cnse.ports(host) do
|
||||
for i, script in ipairs(chosen_scripts) do
|
||||
local thread = script:new_thread("portrule", tcopy(host),
|
||||
tcopy(port));
|
||||
local thread = script:new_thread("portrule", tcopy(host), tcopy(port));
|
||||
if thread then
|
||||
local runlevel = thread.runlevel;
|
||||
if threads[runlevel] == nil then insert(runlevels, runlevel); end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue