patch-2.1.79 linux/net/netrom/nr_dev.c
Next file: linux/net/netsyms.c
Previous file: linux/net/netlink/af_netlink.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/netrom/nr_dev.c
- Orig date:
Mon Dec 1 12:04:17 1997
diff -u --recursive --new-file v2.1.78/linux/net/netrom/nr_dev.c linux/net/netrom/nr_dev.c
@@ -121,7 +121,10 @@
unsigned char *bp = skb->data;
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