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 e54082699520..34efaa4ef2f6 100644 --- a/net/sctp/outqueue.c +++ b/net/sctp/outqueue.c | |||
@@ -1048,7 +1048,7 @@ static void sctp_outq_flush(struct sctp_outq *q, int rtx_timeout, gfp_t gfp) | |||
1048 | (new_transport->state == SCTP_PF))) | 1048 | (new_transport->state == SCTP_PF))) |
1049 | new_transport = asoc->peer.active_path; | 1049 | new_transport = asoc->peer.active_path; |
1050 | if (new_transport->state == SCTP_UNCONFIRMED) { | 1050 | if (new_transport->state == SCTP_UNCONFIRMED) { |
1051 | WARN_ONCE(1, "Atempt to send packet on unconfirmed path."); | 1051 | WARN_ONCE(1, "Attempt to send packet on unconfirmed path."); |
1052 | sctp_chunk_fail(chunk, 0); | 1052 | sctp_chunk_fail(chunk, 0); |
1053 | sctp_chunk_free(chunk); | 1053 | sctp_chunk_free(chunk); |
1054 | continue; | 1054 | continue; |