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)); \
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"