patch-2.1.79 linux/net/rose/rose_dev.c
Next file: linux/net/sched/Config.in
Previous file: linux/net/packet/af_packet.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Mon Jan 12 15:28:28 1998
- Orig file:
v2.1.78/linux/net/rose/rose_dev.c
- Orig date:
Mon Dec 1 12:04:17 1997
diff -u --recursive --new-file v2.1.78/linux/net/rose/rose_dev.c linux/net/rose/rose_dev.c
@@ -102,7 +102,10 @@
struct sk_buff *skbn;
if (arp_find(bp + 7, skb)) {
+#if 0
+ /* BUGGGG! If arp_find returned 1, skb does not exist. --ANK*/
kfree_skb(skb, FREE_WRITE);
+#endif
return 1;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov