Skip to content

Commit

Permalink
fix typo in mptcp_org_add_addr
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-a-itl committed Aug 7, 2024
1 parent 1a08e58 commit 7683e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netlink_pm_mptcp_org.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ static int mptcp_org_add_addr(struct mptcpd_pm *pm,
struct sockaddr *addr,
mptcpd_aid_t id,
mptcpd_token_t token,
bool nolst);
bool nolst)
{
(void) nolst;

Expand Down

0 comments on commit 7683e3b

Please sign in to comment.