mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Cleanup code.
MFC after: 2 weeks
This commit is contained in:
parent
3b4b38304e
commit
d2604d08d0
1 changed files with 1 additions and 2 deletions
|
|
@ -9748,8 +9748,7 @@ sctp_fill_in_rest:
|
|||
unsigned int cnt_of_skipped = 0;
|
||||
|
||||
TAILQ_FOREACH(at, &asoc->sent_queue, sctp_next) {
|
||||
if ((at->sent != SCTP_FORWARD_TSN_SKIP) /* && (at->sent !=
|
||||
SCTP_DATAGRAM_ACKED) */ ) {
|
||||
if (at->sent != SCTP_FORWARD_TSN_SKIP) {
|
||||
/* no more to look at */
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue