From 0ae240c1e8d6ba025f2b1e2c7b0443494b0f79cc Mon Sep 17 00:00:00 2001 From: djalal Date: Wed, 11 Aug 2010 22:37:16 +0000 Subject: [PATCH] Reset the script engine verbosity that was boosted when scripts are selected by name. --- nse_main.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nse_main.lua b/nse_main.lua index 57d04f094..a041eeb87 100644 --- a/nse_main.lua +++ b/nse_main.lua @@ -773,6 +773,7 @@ local function run (threads, scantype) thread:d("Finished %THREAD_AGAINST."); thread:close(timeouts); end + current = nil; end cnse.nsock_loop(50); -- Allow nsock to perform any pending callbacks