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);
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to