svn commit: r266063 - stable/9/sys/netinet
Michael Tuexen
tuexen at FreeBSD.org
Wed May 14 18:14:17 UTC 2014
Author: tuexen
Date: Wed May 14 18:14:17 2014
New Revision: 266063
URL: http://svnweb.freebsd.org/changeset/base/266063
Log:
MFC r258228:
Remove a stray write operation.
Modified:
stable/9/sys/netinet/sctp_indata.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/netinet/sctp_indata.c
==============================================================================
--- stable/9/sys/netinet/sctp_indata.c Wed May 14 18:12:42 2014 (r266062)
+++ stable/9/sys/netinet/sctp_indata.c Wed May 14 18:14:17 2014 (r266063)
@@ -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;
More information about the svn-src-stable-9
mailing list