diff options
Diffstat (limited to 'net/sctp/associola.c')
| -rw-r--r-- | net/sctp/associola.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/net/sctp/associola.c b/net/sctp/associola.c index 43cd0dd9149..d2709e2b7be 100644 --- a/net/sctp/associola.c +++ b/net/sctp/associola.c @@ -1079,7 +1079,7 @@ struct sctp_transport *sctp_assoc_lookup_tsn(struct sctp_association *asoc,  			transports) {  		if (transport == active) -			break; +			continue;  		list_for_each_entry(chunk, &transport->transmitted,  				transmitted_list) {  			if (key == chunk->subh.data_hdr->tsn) { |