From: Amos Jeffries Date: Mon, 23 Nov 2015 08:18:35 +0000 (-0800) Subject: Fix typo in tunnel.cc X-Git-Tag: SQUID_4_0_3~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82696c26e7b8565ced9b0698e5f58dc7b2fe6dee;p=thirdparty%2Fsquid.git Fix typo in tunnel.cc --- diff --git a/src/tunnel.cc b/src/tunnel.cc index 8a160f1e65..fae2526ed2 100644 --- a/src/tunnel.cc +++ b/src/tunnel.cc @@ -1241,7 +1241,7 @@ switchToTunnel(HttpRequest *request, Comm::ConnectionPointer &clientConn, Comm:: ConnStateData *conn; if ((conn = request->clientConnectionManager.get())) { - ClientSocketContext::Pointer context = conn->pipeline.front()); + ClientSocketContext::Pointer context = conn->pipeline.front(); if (context != nullptr && context->http != nullptr) { tunnelState->logTag_ptr = &context->http->logType; tunnelState->server.size_ptr = &context->http->out.size;