diff --git a/[refs] b/[refs] index 19fd5429aaeb..35aebbdf2e6b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1ddef044ed9dd6c7c23562d1140522e28de888a5 +refs/heads/master: bb133964e036c4aaf773244468d589c024e7b399 diff --git a/trunk/net/ipv6/route.c b/trunk/net/ipv6/route.c index 1a314bc77863..d8f3637952a2 100644 --- a/trunk/net/ipv6/route.c +++ b/trunk/net/ipv6/route.c @@ -396,7 +396,7 @@ static struct rt6_info *rt6_alloc_clone(struct rt6_info *ort, struct in6_addr *d } #define BACKTRACK() \ -if (rt == &ip6_null_entry && strict) { \ +if (rt == &ip6_null_entry) { \ while ((fn = fn->parent) != NULL) { \ if (fn->fn_flags & RTN_ROOT) { \ goto out; \