aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/ipv6/route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/route.c b/net/ipv6/route.c
index 1a314bc77863..d8f3637952a2 100644
--- a/net/ipv6/route.c
+++ b/net/ipv6/route.c
@@ -396,7 +396,7 @@ static struct rt6_info *rt6_alloc_clone(struct rt6_info *ort, struct in6_addr *d
396} 396}
397 397
398#define BACKTRACK() \ 398#define BACKTRACK() \
399if (rt == &ip6_null_entry && strict) { \ 399if (rt == &ip6_null_entry) { \
400 while ((fn = fn->parent) != NULL) { \ 400 while ((fn = fn->parent) != NULL) { \
401 if (fn->fn_flags & RTN_ROOT) { \ 401 if (fn->fn_flags & RTN_ROOT) { \
402 goto out; \ 402 goto out; \