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