svn commit: r361478 - stable/11/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Mon May 25 20:21:39 UTC 2020


Author: tuexen
Date: Mon May 25 20:21:39 2020
New Revision: 361478
URL: https://svnweb.freebsd.org/changeset/base/361478

Log:
  MFC r361225: Remove redundant assignment

Modified:
  stable/11/sys/netinet/sctputil.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/netinet/sctputil.c
==============================================================================
--- stable/11/sys/netinet/sctputil.c	Mon May 25 20:19:09 2020	(r361477)
+++ stable/11/sys/netinet/sctputil.c	Mon May 25 20:21:39 2020	(r361478)
@@ -1067,7 +1067,6 @@ sctp_init_asoc(struct sctp_inpcb *inp, struct sctp_tcb
 	asoc->sctp_cmt_on_off = inp->sctp_cmt_on_off;
 	asoc->ecn_supported = inp->ecn_supported;
 	asoc->prsctp_supported = inp->prsctp_supported;
-	asoc->idata_supported = inp->idata_supported;
 	asoc->auth_supported = inp->auth_supported;
 	asoc->asconf_supported = inp->asconf_supported;
 	asoc->reconfig_supported = inp->reconfig_supported;


More information about the svn-src-stable mailing list