From 42b1491904a88c1b753c475417c37c01028ef54b Mon Sep 17 00:00:00 2001 From: nnposter Date: Fri, 2 Sep 2016 13:17:19 +0000 Subject: [PATCH] Aligns HTTP pipeline initialization with the API specification for http.pipeline_add() --- scripts/http-default-accounts.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/http-default-accounts.nse b/scripts/http-default-accounts.nse index 1baa02ff5..d4cb9d510 100644 --- a/scripts/http-default-accounts.nse +++ b/scripts/http-default-accounts.nse @@ -254,7 +254,7 @@ action = function(host, port) -- Add requests to the http pipeline pathmap = {} - requests = {} + requests = nil stdnse.debug(1, "Trying known locations under path '%s' (change with '%s.basepath' argument)", basepath, SCRIPT_NAME) for _, fingerprint in ipairs(fingerprints) do for _, probe in ipairs(fingerprint.paths) do