diff --git a/nse_main.lua b/nse_main.lua index 95f48e1f3..7e0972308 100644 --- a/nse_main.lua +++ b/nse_main.lua @@ -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