patch-2.4.6 linux/net/rose/rose_dev.c

Next file: linux/net/rose/rose_route.c
Previous file: linux/net/packet/af_packet.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.5/linux/net/rose/rose_dev.c linux/net/rose/rose_dev.c
@@ -121,6 +121,7 @@
 	if (!rose_route_frame(skbn, NULL)) {
 		kfree_skb(skbn);
 		stats->tx_errors++;
+		return 1;
 	}
 
 	stats->tx_packets++;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)