patch-2.1.86 linux/net/ipv6/ip6_fw.c
Next file: linux/net/ipv6/ip6_input.c
Previous file: linux/net/ipv6/icmp.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Tue Feb 10 13:07:49 1998
- Orig file:
v2.1.85/linux/net/ipv6/ip6_fw.c
- Orig date:
Mon Jan 12 15:28:28 1998
diff -u --recursive --new-file v2.1.85/linux/net/ipv6/ip6_fw.c linux/net/ipv6/ip6_fw.c
@@ -266,14 +266,14 @@
* send it via netlink, as (rule, skb)
*/
- kfree_skb(skb, FREE_READ);
+ kfree_skb(skb);
return 0;
}
int ip6_fw_discard(struct sk_buff *skb)
{
printk(KERN_DEBUG "ip6_fw: BUG fw_reject called\n");
- kfree_skb(skb, FREE_READ);
+ kfree_skb(skb);
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov