Remove assignment without effect.

MFC after: 2 weeks.
This commit is contained in:
Michael Tuexen 2010-09-15 21:08:57 +00:00
parent 2f4e9a099b
commit b90b577ff3

View File

@ -200,8 +200,6 @@ copy_out_local_addresses(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct s
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);