]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv4/netfilter/iptable_raw.c
[NETFILTER]: NAT annotations
[linux-2.6-omap-h63xx.git] / net / ipv4 / netfilter / iptable_raw.c
index 7912cce1e1b8d2a0b1af3689354b8f590cd43fcd..bcbeb4aeacd912ec50f6153f5f8905935638a803 100644 (file)
@@ -95,7 +95,7 @@ ipt_hook(unsigned int hook,
         const struct net_device *out,
         int (*okfn)(struct sk_buff *))
 {
-       return ipt_do_table(pskb, hook, in, out, &packet_raw, NULL);
+       return ipt_do_table(pskb, hook, in, out, &packet_raw);
 }
 
 /* 'raw' is the very first table. */