Remove a stray write operation.
MFC after: 3 days
This commit is contained in:
parent
e243257d60
commit
5245678d9b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user