svn commit: r280371 - head/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Mon Mar 23 15:12:03 UTC 2015


Author: tuexen
Date: Mon Mar 23 15:12:02 2015
New Revision: 280371
URL: https://svnweb.freebsd.org/changeset/base/280371

Log:
  Remove a useless assignment.
  
  MFC after: 1 week

Modified:
  head/sys/netinet/sctp_output.c

Modified: head/sys/netinet/sctp_output.c
==============================================================================
--- head/sys/netinet/sctp_output.c	Mon Mar 23 14:36:53 2015	(r280370)
+++ head/sys/netinet/sctp_output.c	Mon Mar 23 15:12:02 2015	(r280371)
@@ -9286,8 +9286,6 @@ sctp_send_asconf_ack(struct sctp_tcb *st
 			atomic_add_int(&chk->whoTo->ref_count, 1);
 		}
 		chk->data = m_ack;
-		chk->send_size = 0;
-		/* Get size */
 		chk->send_size = ack->len;
 		chk->sent = SCTP_DATAGRAM_UNSENT;
 		chk->snd_count = 0;


More information about the svn-src-head mailing list