patch-2.1.86 linux/net/802/psnap.c
Next file: linux/net/appletalk/aarp.c
Previous file: linux/net/802/p8022tr.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Feb 10 13:07:49 1998
- Orig file:
v2.1.85/linux/net/802/psnap.c
- Orig date:
Tue May 13 22:41:20 1997
diff -u --recursive --new-file v2.1.85/linux/net/802/psnap.c linux/net/802/psnap.c
@@ -67,7 +67,7 @@
return proto->rcvfunc(skb, dev, &psnap_packet_type);
}
skb->sk = NULL;
- 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