svn commit: r360732 - stable/11/sys/netinet
Michael Tuexen
tuexen at FreeBSD.org
Thu May 7 01:16:32 UTC 2020
Author: tuexen
Date: Thu May 7 01:16:32 2020
New Revision: 360732
URL: https://svnweb.freebsd.org/changeset/base/360732
Log:
MFC r351655: Fix initialization of top_fsn.
Modified:
stable/11/sys/netinet/sctp_indata.h
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/netinet/sctp_indata.h
==============================================================================
--- stable/11/sys/netinet/sctp_indata.h Thu May 7 01:13:02 2020 (r360731)
+++ stable/11/sys/netinet/sctp_indata.h Thu May 7 01:16:32 2020 (r360732)
@@ -59,7 +59,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-stable-11
mailing list