aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/outqueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sctp/outqueue.c')
-rw-r--r--net/sctp/outqueue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sctp/outqueue.c b/net/sctp/outqueue.c
index 7d67feeeffc1..c4ec99b20150 100644
--- a/net/sctp/outqueue.c
+++ b/net/sctp/outqueue.c
@@ -918,9 +918,9 @@ static void sctp_outq_flush(struct sctp_outq *q, int rtx_timeout, gfp_t gfp)
918 break; 918 break;
919 919
920 case SCTP_CID_ABORT: 920 case SCTP_CID_ABORT:
921 if (sctp_test_T_bit(chunk)) { 921 if (sctp_test_T_bit(chunk))
922 packet->vtag = asoc->c.my_vtag; 922 packet->vtag = asoc->c.my_vtag;
923 } 923 /* fallthru */
924 /* The following chunks are "response" chunks, i.e. 924 /* The following chunks are "response" chunks, i.e.
925 * they are generated in response to something we 925 * they are generated in response to something we
926 * received. If we are sending these, then we can 926 * received. If we are sending these, then we can