aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/ulpqueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sctp/ulpqueue.c')
-rw-r--r--net/sctp/ulpqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/ulpqueue.c b/net/sctp/ulpqueue.c
index 76ec5149a093..dd53daab4a25 100644
--- a/net/sctp/ulpqueue.c
+++ b/net/sctp/ulpqueue.c
@@ -1144,7 +1144,7 @@ void sctp_ulpq_abort_pd(struct sctp_ulpq *ulpq, gfp_t gfp)
1144 &sctp_sk(sk)->subscribe)) 1144 &sctp_sk(sk)->subscribe))
1145 ev = sctp_ulpevent_make_pdapi(ulpq->asoc, 1145 ev = sctp_ulpevent_make_pdapi(ulpq->asoc,
1146 SCTP_PARTIAL_DELIVERY_ABORTED, 1146 SCTP_PARTIAL_DELIVERY_ABORTED,
1147 gfp); 1147 0, 0, 0, gfp);
1148 if (ev) 1148 if (ev)
1149 __skb_queue_tail(&sk->sk_receive_queue, sctp_event2skb(ev)); 1149 __skb_queue_tail(&sk->sk_receive_queue, sctp_event2skb(ev));
1150 1150