diff --git a/scripts/p2p-conficker.nse b/scripts/p2p-conficker.nse index 289b8b17a..3a1a0b038 100644 --- a/scripts/p2p-conficker.nse +++ b/scripts/p2p-conficker.nse @@ -621,6 +621,6 @@ action = function(host) table.insert(response, string.format("%d/%d checks are positive: Host is likely INFECTED", count, checks)) end - return true, stdnse.format_output(true, response) + return stdnse.format_output(true, response) end