svn commit: r212704 - head/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Wed Sep 15 21:08:57 UTC 2010


Author: tuexen
Date: Wed Sep 15 21:08:57 2010
New Revision: 212704
URL: http://svn.freebsd.org/changeset/base/212704

Log:
  Remove assignment without effect.
  
  MFC after: 2 weeks.

Modified:
  head/sys/netinet/sctp_sysctl.c

Modified: head/sys/netinet/sctp_sysctl.c
==============================================================================
--- head/sys/netinet/sctp_sysctl.c	Wed Sep 15 20:59:13 2010	(r212703)
+++ head/sys/netinet/sctp_sysctl.c	Wed Sep 15 21:08:57 2010	(r212704)
@@ -200,8 +200,6 @@ copy_out_local_addresses(struct sctp_inp
 		ipv6_addr_legal = 0;
 	}
 
-	error = 0;
-
 	/* neither Mac OS X nor FreeBSD support mulitple routing functions */
 	if ((vrf = sctp_find_vrf(inp->def_vrf_id)) == NULL) {
 		SCTP_INP_RUNLOCK(inp);


More information about the svn-src-all mailing list