diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-05-29 16:15:41 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-05-31 04:23:31 -0400 |
commit | 8c7fc03e27167425a1396320da43533462556b0c (patch) | |
tree | 609328d3f5ff87f401838a8a9105438f45570028 /net | |
parent | a2efcfa04865eaaa88b870f4babf12f4c1fc4f83 (diff) |
[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>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv6/ip6_fib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/ip6_fib.c b/net/ipv6/ip6_fib.c index 154033fdaeb7..662a7d9681fd 100644 --- a/net/ipv6/ip6_fib.c +++ b/net/ipv6/ip6_fib.c | |||
@@ -658,7 +658,6 @@ static int fib6_add_rt2node(struct fib6_node *fn, struct rt6_info *rt, | |||
658 | * insert node | 658 | * insert node |
659 | */ | 659 | */ |
660 | 660 | ||
661 | out: | ||
662 | rt->u.dst.rt6_next = iter; | 661 | rt->u.dst.rt6_next = iter; |
663 | *ins = rt; | 662 | *ins = rt; |
664 | rt->rt6i_node = fn; | 663 | rt->rt6i_node = fn; |