Remove a stray write operation.

MFC after: 3 days
This commit is contained in:
tuexen 2013-11-16 16:09:09 +00:00
parent e243257d60
commit 5245678d9b

View File

@ -1787,7 +1787,6 @@ sctp_process_a_data_chunk(struct sctp_tcb *stcb, struct sctp_association *asoc,
asoc->highest_tsn_inside_nr_map = tsn;
}
SCTP_STAT_INCR(sctps_recvexpressm);
control->sinfo_tsn = tsn;
asoc->tsn_last_delivered = tsn;
asoc->fragment_flags = chunk_flags;
asoc->tsn_of_pdapi_last_delivered = tsn;