Remove a stray write operation.

MFC after: 3 days
This commit is contained in:
Michael Tuexen 2013-11-16 16:09:09 +00:00
parent 63af4435d9
commit 04194e4f7d

View File

@ -1787,7 +1787,6 @@ failed_express_del:
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;