aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_make_chunk.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sctp/sm_make_chunk.c')
-rw-r--r--net/sctp/sm_make_chunk.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/sctp/sm_make_chunk.c b/net/sctp/sm_make_chunk.c
index 0121e0ab0351..a85eeeb55dd0 100644
--- a/net/sctp/sm_make_chunk.c
+++ b/net/sctp/sm_make_chunk.c
@@ -3400,8 +3400,10 @@ int sctp_process_asconf_ack(struct sctp_association *asoc,
3400 asconf_len -= length; 3400 asconf_len -= length;
3401 } 3401 }
3402 3402
3403 if (no_err && asoc->src_out_of_asoc_ok) 3403 if (no_err && asoc->src_out_of_asoc_ok) {
3404 asoc->src_out_of_asoc_ok = 0; 3404 asoc->src_out_of_asoc_ok = 0;
3405 sctp_transport_immediate_rtx(asoc->peer.primary_path);
3406 }
3405 3407
3406 /* Free the cached last sent asconf chunk. */ 3408 /* Free the cached last sent asconf chunk. */
3407 list_del_init(&asconf->transmitted_list); 3409 list_del_init(&asconf->transmitted_list);