]> err.no Git - linux-2.6/blobdiff - net/ipv6/raw.c
ipv4: replace dst_metric() with dst_mtu() in net/ipv4/route.c.
[linux-2.6] / net / ipv6 / raw.c
index 34cfb3f41c2caea108c8a93276b0af974e9d4678..01d47674f7e5c802214565108e14a820ef7963fc 100644 (file)
@@ -1157,7 +1157,7 @@ static int rawv6_ioctl(struct sock *sk, int cmd, unsigned long arg)
 static void rawv6_close(struct sock *sk, long timeout)
 {
        if (inet_sk(sk)->num == IPPROTO_RAW)
-               ip6_ra_control(sk, -1, NULL);
+               ip6_ra_control(sk, -1);
        ip6mr_sk_done(sk);
        sk_common_release(sk);
 }