Author: tuexen
Date: Thu Oct 28 18:59:09 2010
New Revision: 214474
URL: http://svn.freebsd.org/changeset/base/214474

Log:
  MFC r212704:
  Remove assignment without effect.

Modified:
  stable/8/sys/netinet/sctp_sysctl.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/netinet/sctp_sysctl.c
==============================================================================
--- stable/8/sys/netinet/sctp_sysctl.c  Thu Oct 28 18:57:16 2010        
(r214473)
+++ stable/8/sys/netinet/sctp_sysctl.c  Thu Oct 28 18:59:09 2010        
(r214474)
@@ -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);
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to