Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Geliang Tang <[email protected]>
  • Loading branch information
Geliang Tang committed Jan 2, 2025
1 parent 5bfb7ba commit eeec0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/mptcp/pm_userspace.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ int mptcp_pm_nl_remove_doit(struct sk_buff *skb, struct genl_info *info)
userspace_pm_address_remove(msk, id_val);
release_sock(sk);
if (err)
GENL_SET_ERR_MSG(info, "address_remove failed");
NL_SET_ERR_MSG_ATTR(info->extack, id, "address_remove failed");

sock_put(sk);
return err;
Expand Down

0 comments on commit eeec0c9

Please sign in to comment.