Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
mptcp: fix unused-variable warning
Browse files Browse the repository at this point in the history
I saw it why I applied the parent patch but it seems I missed the 'git
commit --amend' :)

Fixes: 748b08a (mptcp: Initialize subflow-specific variables)
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: Christoph Paasch <cpaasch@apple.com>
  • Loading branch information
matttbe authored and cpaasch committed Sep 3, 2019
1 parent 748b08a commit 033fcef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/mptcp/mptcp_ctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2257,7 +2257,6 @@ struct sock *mptcp_check_req_child(struct sock *meta_sk,
struct sk_buff *skb,
const struct mptcp_options_received *mopt)
{
struct inet_connection_sock *child_icsk = inet_csk(child);
const struct mptcp_cb *mpcb = tcp_sk(meta_sk)->mpcb;
struct mptcp_request_sock *mtreq = mptcp_rsk(req);
struct tcp_sock *child_tp = tcp_sk(child);
Expand Down

0 comments on commit 033fcef

Please sign in to comment.