X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fipv6%2Fudp.c;h=3d54f246411e9da1f1d2be9f8f5d3040828175a2;hb=497c615abad7ee81994dd592194535aea2aad617;hp=8d3432a70f3a6e25d1a32cb5793e91f8fa380bca;hpb=543d9cfeec4d58ad3fd974db5531b06b6b95deb4;p=linux-2.6 diff --git a/net/ipv6/udp.c b/net/ipv6/udp.c index 8d3432a70f..3d54f24641 100644 --- a/net/ipv6/udp.c +++ b/net/ipv6/udp.c @@ -23,7 +23,6 @@ * 2 of the License, or (at your option) any later version. */ -#include #include #include #include @@ -783,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)