diff options
author | John W. Linville <linville@tuxdriver.com> | 2006-08-04 20:24:15 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2006-08-04 20:24:15 +0200 |
commit | 71bfe47f023c55c322607939b786ce0a44627dfc (patch) | |
tree | f59c37feb00f1df2e0f4ec282ae9c80ad6bb0cdc /net/ipv6/af_inet6.c | |
parent | Merge branch 'upstream' into bcm43xx (diff) | |
parent | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... (diff) | |
download | linux-71bfe47f023c55c322607939b786ce0a44627dfc.tar.xz linux-71bfe47f023c55c322607939b786ce0a44627dfc.zip |
Merge branch 'from-linus' into upstream
Diffstat (limited to 'net/ipv6/af_inet6.c')
-rw-r--r-- | net/ipv6/af_inet6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/af_inet6.c b/net/ipv6/af_inet6.c index 5a0ba58b86cc..ac85e9c532c2 100644 --- a/net/ipv6/af_inet6.c +++ b/net/ipv6/af_inet6.c @@ -658,7 +658,7 @@ int inet6_sk_rebuild_header(struct sock *sk) return err; } - ip6_dst_store(sk, dst, NULL); + __ip6_dst_store(sk, dst, NULL); } return 0; |