diff --git a/[refs] b/[refs] index 9c678c255807..9267eb811540 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: edfb5d4687d587c9f714799c7ee27517118e12e6 +refs/heads/master: cda31e10baf47a8a7d9360d9488fb76294be1ca3 diff --git a/trunk/include/net/ip6_fib.h b/trunk/include/net/ip6_fib.h index cb8da1dac512..0ae759a6c76e 100644 --- a/trunk/include/net/ip6_fib.h +++ b/trunk/include/net/ip6_fib.h @@ -129,7 +129,7 @@ static inline void rt6_clean_expires(struct rt6_info *rt) dst_release(rt->dst.from); rt->rt6i_flags &= ~RTF_EXPIRES; - rt->dst.expires = 0; + rt->dst.from = NULL; } static inline void rt6_set_expires(struct rt6_info *rt, unsigned long expires)