[IPV6]: Fix build warning.

net/ipv6/ip6_fib.c: In function ‘fib6_add_rt2node’:
net/ipv6/ip6_fib.c:661: warning: label ‘out’ defined but not used

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2007-05-29 13:15:41 -07:00
parent a2efcfa048
commit 8c7fc03e27
1 changed files with 0 additions and 1 deletions

View File

@ -658,7 +658,6 @@ static int fib6_add_rt2node(struct fib6_node *fn, struct rt6_info *rt,
* insert node
*/
out:
rt->u.dst.rt6_next = iter;
*ins = rt;
rt->rt6i_node = fn;