]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv6/netfilter/ip6t_REJECT.c
ipv6: drop unused "dev" arg of icmpv6_send()
[net-next-2.6.git] / net / ipv6 / netfilter / ip6t_REJECT.c
index 8311ca31816aed8355a7ead992ed42d11ca4a638..dd8afbaf00a8fe84ee317087e1c4e7dc3703ee34 100644 (file)
@@ -169,7 +169,7 @@ send_unreach(struct net *net, struct sk_buff *skb_in, unsigned char code,
        if (hooknum == NF_INET_LOCAL_OUT && skb_in->dev == NULL)
                skb_in->dev = net->loopback_dev;
 
-       icmpv6_send(skb_in, ICMPV6_DEST_UNREACH, code, 0, NULL);
+       icmpv6_send(skb_in, ICMPV6_DEST_UNREACH, code, 0);
 }
 
 static unsigned int