From: Amos Jeffries Date: Fri, 31 Mar 2017 00:51:52 +0000 (+1200) Subject: Fix variable shadowing after rev.14149 X-Git-Tag: SQUID_3_5_25~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93616cb6a817e0593b83d9e2c809852758aea3c2;p=thirdparty%2Fsquid.git Fix variable shadowing after rev.14149 --- diff --git a/src/client_side.cc b/src/client_side.cc index b6265735f4..895602e967 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -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); }