Remove duplicate statement.

This commit is contained in:
Michael Tuexen 2017-07-25 11:05:53 +00:00
parent cd7b1e3a75
commit e5a9c519bc

View File

@ -2074,7 +2074,6 @@ sctp_process_a_data_chunk(struct sctp_tcb *stcb, struct sctp_association *asoc,
struct mbuf *mm; struct mbuf *mm;
control->data = dmbuf; control->data = dmbuf;
mm = control->data;
for (mm = control->data; mm; mm = mm->m_next) { for (mm = control->data; mm; mm = mm->m_next) {
control->length += SCTP_BUF_LEN(mm); control->length += SCTP_BUF_LEN(mm);
} }