Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8c7fc03e27167425a1396320da43533462556b0c
Commit:     8c7fc03e27167425a1396320da43533462556b0c
Parent:     a2efcfa04865eaaa88b870f4babf12f4c1fc4f83
Author:     David S. Miller <[EMAIL PROTECTED]>
AuthorDate: Tue May 29 13:15:41 2007 -0700
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Thu May 31 01:23:31 2007 -0700

    [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 <[EMAIL PROTECTED]>
---
 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 154033f..662a7d9 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,
         *      insert node
         */
 
-out:
        rt->u.dst.rt6_next = iter;
        *ins = rt;
        rt->rt6i_node = fn;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to