svn commit: r352008 - stable/12/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Sat Sep 7 12:20:48 UTC 2019


Author: tuexen
Date: Sat Sep  7 12:20:47 2019
New Revision: 352008
URL: https://svnweb.freebsd.org/changeset/base/352008

Log:
  MFC r351655:
  
  Fix initialization of top_fsn.

Modified:
  stable/12/sys/netinet/sctp_indata.h
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/netinet/sctp_indata.h
==============================================================================
--- stable/12/sys/netinet/sctp_indata.h	Sat Sep  7 12:19:07 2019	(r352007)
+++ stable/12/sys/netinet/sctp_indata.h	Sat Sep  7 12:20:47 2019	(r352008)
@@ -61,7 +61,6 @@ sctp_build_readq_entry(struct sctp_tcb *stcb,
 		(_ctl)->sinfo_ppid = ppid; \
 		(_ctl)->sinfo_context = context; \
 		(_ctl)->fsn_included = 0xffffffff; \
-		(_ctl)->top_fsn = 0xffffffff; \
 		(_ctl)->sinfo_tsn = tsn; \
 		(_ctl)->sinfo_cumtsn = tsn; \
 		(_ctl)->sinfo_assoc_id = sctp_get_associd((in_it)); \


More information about the svn-src-all mailing list