X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=net%2Fipv4%2Fnetfilter%2Farptable_filter.c;fp=net%2Fipv4%2Fnetfilter%2Farptable_filter.c;h=7edea2a1696c010930cd77d89c76cc558f217063;hb=fe1cb10873b44cf89082465823ee6d4d4ac63ad7;hp=d7c472faa53b9666449b66dda6629137b1ae1970;hpb=4470bbc749e5551cce914529309456f631e25120;p=linux-2.6-omap-h63xx.git diff --git a/net/ipv4/netfilter/arptable_filter.c b/net/ipv4/netfilter/arptable_filter.c index d7c472faa53..7edea2a1696 100644 --- a/net/ipv4/netfilter/arptable_filter.c +++ b/net/ipv4/netfilter/arptable_filter.c @@ -155,7 +155,7 @@ static unsigned int arpt_hook(unsigned int hook, const struct net_device *out, int (*okfn)(struct sk_buff *)) { - return arpt_do_table(pskb, hook, in, out, &packet_filter, NULL); + return arpt_do_table(pskb, hook, in, out, &packet_filter); } static struct nf_hook_ops arpt_ops[] = {