From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============6577769903378983595==" MIME-Version: 1.0 From: Peter Krystad To: mptcp at lists.01.org Subject: [MPTCP] [PATCH 2/2] Remove unused variable, causes compile warning Date: Wed, 31 Jul 2019 09:42:49 -0700 Message-ID: <20190731164249.14383-2-peter.krystad@linux.intel.com> In-Reply-To: 20190731164249.14383-1-peter.krystad@linux.intel.com X-Status: X-Keywords: X-UID: 1570 --===============6577769903378983595== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable squashto: Add handling of incoming MP_JOIN requests Signed-off-by: Peter Krystad --- net/mptcp/token.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/mptcp/token.c b/net/mptcp/token.c index 2324a477d513..d5ae77446590 100644 --- a/net/mptcp/token.c +++ b/net/mptcp/token.c @@ -77,7 +77,6 @@ static void new_req_token(struct request_sock *req, static void new_req_join(struct request_sock *req, struct sock *sk, const struct sk_buff *skb) { - const struct inet_request_sock *ireq =3D inet_rsk(req); struct subflow_request_sock *subflow_req =3D subflow_rsk(req); struct mptcp_sock *msk =3D mptcp_sk(sk); u8 hmac[MPTCPOPT_HMAC_LEN]; -- = 2.17.2 --===============6577769903378983595==--