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;
_______________________________________________
svn-src-stable-9@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"

Reply via email to