diff options
Diffstat (limited to 'net/sctp/outqueue.c')
-rw-r--r-- | net/sctp/outqueue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/outqueue.c b/net/sctp/outqueue.c index c37e1c2dec9d..fd33281999b5 100644 --- a/net/sctp/outqueue.c +++ b/net/sctp/outqueue.c | |||
@@ -212,7 +212,7 @@ void sctp_outq_init(struct sctp_association *asoc, struct sctp_outq *q) | |||
212 | INIT_LIST_HEAD(&q->retransmit); | 212 | INIT_LIST_HEAD(&q->retransmit); |
213 | INIT_LIST_HEAD(&q->sacked); | 213 | INIT_LIST_HEAD(&q->sacked); |
214 | INIT_LIST_HEAD(&q->abandoned); | 214 | INIT_LIST_HEAD(&q->abandoned); |
215 | sctp_sched_set_sched(asoc, SCTP_SS_DEFAULT); | 215 | sctp_sched_set_sched(asoc, sctp_sk(asoc->base.sk)->default_ss); |
216 | } | 216 | } |
217 | 217 | ||
218 | /* Free the outqueue structure and any related pending chunks. | 218 | /* Free the outqueue structure and any related pending chunks. |