diff options
Diffstat (limited to 'net/sctp/outqueue.c')
-rw-r--r-- | net/sctp/outqueue.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/sctp/outqueue.c b/net/sctp/outqueue.c index 213c2e2926a9..a7ba9e146dff 100644 --- a/net/sctp/outqueue.c +++ b/net/sctp/outqueue.c | |||
@@ -794,6 +794,9 @@ int sctp_outq_flush(struct sctp_outq *q, int rtx_timeout) | |||
794 | break; | 794 | break; |
795 | 795 | ||
796 | case SCTP_CID_ABORT: | 796 | case SCTP_CID_ABORT: |
797 | if (sctp_test_T_bit(chunk)) { | ||
798 | packet->vtag = asoc->c.my_vtag; | ||
799 | } | ||
797 | case SCTP_CID_SACK: | 800 | case SCTP_CID_SACK: |
798 | case SCTP_CID_HEARTBEAT: | 801 | case SCTP_CID_HEARTBEAT: |
799 | case SCTP_CID_HEARTBEAT_ACK: | 802 | case SCTP_CID_HEARTBEAT_ACK: |