From 01bbf58b6718f72f0dca0500c779dddaa15bbd1c Mon Sep 17 00:00:00 2001 From: tomsellers Date: Wed, 16 Feb 2011 00:25:40 +0000 Subject: [PATCH] Fixed an undeclared variable. --- scripts/http-open-proxy.nse | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/http-open-proxy.nse b/scripts/http-open-proxy.nse index 2e63369b2..cc66fef9b 100644 --- a/scripts/http-open-proxy.nse +++ b/scripts/http-open-proxy.nse @@ -99,6 +99,7 @@ end -- @return response String with supported methods function default_test(host, port) local fstatus = false + local cstatus = false local response = "" local get_status, head_status, conn_status local get_r1, get_r2, get_r3