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