From 45ba24dfe240ce11ddfc64672e0a77e82de65d4e Mon Sep 17 00:00:00 2001 From: nnposter Date: Fri, 2 Sep 2016 14:03:21 +0000 Subject: [PATCH] Corrects another stale http.pipeline_go() reference --- nselib/http.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/http.lua b/nselib/http.lua index a37a03159..e384f5e76 100644 --- a/nselib/http.lua +++ b/nselib/http.lua @@ -1832,7 +1832,7 @@ function pipeline_go(host, port, all_requests) -- Check for an empty request if (#all_requests == 0) then - stdnse.debug1("Warning: empty set of requests passed to http.pipeline()") + stdnse.debug1("Warning: empty set of requests passed to http.pipeline_go()") return responses end