svn commit: r351655 - head/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Sun Sep 1 10:39:17 UTC 2019


Author: tuexen
Date: Sun Sep  1 10:39:16 2019
New Revision: 351655
URL: https://svnweb.freebsd.org/changeset/base/351655

Log:
  Fix initialization of top_fsn.
  
  MFC after:		3 days

Modified:
  head/sys/netinet/sctp_indata.h

Modified: head/sys/netinet/sctp_indata.h
==============================================================================
--- head/sys/netinet/sctp_indata.h	Sun Sep  1 10:09:53 2019	(r351654)
+++ head/sys/netinet/sctp_indata.h	Sun Sep  1 10:39:16 2019	(r351655)
@@ -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-head mailing list