Skip to content

Commit

Permalink
tgupdate: merge t/selftests-mptcp-pm_nl_ctl-always-look-for-errors ba…
Browse files Browse the repository at this point in the history
…se into t/selftests-mptcp-pm_nl_ctl-always-look-for-errors
  • Loading branch information
matttbe committed Jul 28, 2023
2 parents 8353de0 + 9ba58c8 commit 7ba82a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/mptcp/protocol.c
Original file line number Diff line number Diff line change
Expand Up @@ -2334,7 +2334,7 @@ static void __mptcp_close_ssk(struct sock *sk, struct sock *ssk,

lock_sock_nested(ssk, SINGLE_DEPTH_NESTING);

if (flags & MPTCP_CF_FASTCLOSE) {
if ((flags & MPTCP_CF_FASTCLOSE) && !__mptcp_check_fallback(msk)) {
/* be sure to force the tcp_disconnect() path,
* to generate the egress reset
*/
Expand Down

0 comments on commit 7ba82a6

Please sign in to comment.