Fix initialization of top_fsn.

MFC after:		3 days
This commit is contained in:
Michael Tuexen 2019-09-01 10:39:16 +00:00
parent 6182677fb3
commit b21097894e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=351655

View file

@ -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)); \