]> err.no Git - linux-2.6/blobdiff - net/ipv6/udp.c
[IPV6]: Audit all ip6_dst_lookup/ip6_dst_store calls
[linux-2.6] / net / ipv6 / udp.c
index ccc57f434cd3cde752edbf840eb624d8b6edfe7a..3d54f246411e9da1f1d2be9f8f5d3040828175a2 100644 (file)
@@ -782,7 +782,7 @@ do_udp_sendmsg:
                connected = 0;
        }
 
-       err = ip6_dst_lookup(sk, &dst, fl);
+       err = ip6_sk_dst_lookup(sk, &dst, fl);
        if (err)
                goto out;
        if (final_p)