]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix variable shadowing after rev.14149
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 31 Mar 2017 00:51:52 +0000 (12:51 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 31 Mar 2017 00:51:52 +0000 (12:51 +1200)
src/client_side.cc

index b6265735f40b60b0be335b595f322c2800d96741..895602e967f52261088fd1301288a25c98408228 100644 (file)
@@ -4390,7 +4390,6 @@ void httpsSslBumpStep2AccessCheckDone(allow_t answer, void *data)
         } else {
             // in.buf still has the "CONNECT ..." request data, reset it to SSL hello message
             connState->in.buf.append(rbuf.content(), rbuf.contentSize());
-            ClientSocketContext::Pointer context = connState->getCurrentContext();
             ClientHttpRequest *http = context->http;
             tunnelStart(http, &http->out.size, &http->al->http.code, http->al);
         }