aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp
diff options
context:
space:
mode:
Diffstat (limited to 'net/sctp')
-rw-r--r--net/sctp/sm_statefuns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/sm_statefuns.c b/net/sctp/sm_statefuns.c
index c8fae1983dd1..ba2f66d5f0cd 100644
--- a/net/sctp/sm_statefuns.c
+++ b/net/sctp/sm_statefuns.c
@@ -3569,7 +3569,7 @@ sctp_disposition_t sctp_sf_do_asconf(const struct sctp_endpoint *ep,
3569 * To do this properly, we'll set the destination address of the chunk 3569 * To do this properly, we'll set the destination address of the chunk
3570 * and at the transmit time, will try look up the transport to use. 3570 * and at the transmit time, will try look up the transport to use.
3571 * Since ASCONFs may be bundled, the correct transport may not be 3571 * Since ASCONFs may be bundled, the correct transport may not be
3572 * created untill we process the entire packet, thus this workaround. 3572 * created until we process the entire packet, thus this workaround.
3573 */ 3573 */
3574 asconf_ack->dest = chunk->source; 3574 asconf_ack->dest = chunk->source;
3575 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(asconf_ack)); 3575 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(asconf_ack));