Skip to content

Commit

Permalink
[IPV6]: Fix build warning.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David S. Miller committed May 31, 2007
1 parent a2efcfa commit 8c7fc03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/ipv6/ip6_fib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8c7fc03

Please sign in to comment.