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

Michael Tuexen tuexen at FreeBSD.org
Sat Apr 7 14:45:56 UTC 2018


Author: tuexen
Date: Sat Apr  7 14:45:55 2018
New Revision: 332176
URL: https://svnweb.freebsd.org/changeset/base/332176

Log:
  MFC r321463:
  
  Remove duplicate statement.

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

Modified: stable/11/sys/netinet/sctp_indata.c
==============================================================================
--- stable/11/sys/netinet/sctp_indata.c	Sat Apr  7 14:44:21 2018	(r332175)
+++ stable/11/sys/netinet/sctp_indata.c	Sat Apr  7 14:45:55 2018	(r332176)
@@ -2074,7 +2074,6 @@ sctp_process_a_data_chunk(struct sctp_tcb *stcb, struc
 			struct mbuf *mm;
 
 			control->data = dmbuf;
-			mm = control->data;
 			for (mm = control->data; mm; mm = mm->m_next) {
 				control->length += SCTP_BUF_LEN(mm);
 			}


More information about the svn-src-all mailing list