From 0f9d134f87475582eb530a441067e1a6fe3c848b Mon Sep 17 00:00:00 2001 From: Eric Dumazet Date: Fri, 6 Jul 2012 09:19:05 +0200 Subject: [PATCH] --- yaml --- r: 315002 b: refs/heads/master c: c56bf6fe785abbd83751a462f0c7067f7145b97a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/ipv6/ip6_output.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 9919b5d06127..e1e7201f4090 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 883dd4fb59aa9d2d28f0163e81af7942a79910ca +refs/heads/master: c56bf6fe785abbd83751a462f0c7067f7145b97a diff --git a/trunk/net/ipv6/ip6_output.c b/trunk/net/ipv6/ip6_output.c index 6d9c0abc8c20..c6af5963a202 100644 --- a/trunk/net/ipv6/ip6_output.c +++ b/trunk/net/ipv6/ip6_output.c @@ -975,7 +975,7 @@ static int ip6_dst_lookup_tail(struct sock *sk, * dst entry of the nexthop router */ rcu_read_lock(); - rt = (struct rt6_info *) dst; + rt = (struct rt6_info *) *dst; n = rt->n; if (n && !(n->nud_state & NUD_VALID)) { struct inet6_ifaddr *ifp;