patch-2.0.12 linux/net/netrom/nr_out.c

Next file: linux/net/netrom/nr_route.c
Previous file: linux/net/netrom/af_netrom.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.11/linux/net/netrom/nr_out.c linux/net/netrom/nr_out.c
@@ -168,7 +168,7 @@
 		do {
 			if ((skbn = skb_clone(skb, GFP_ATOMIC)) == NULL) {
 				skb_queue_head(&sk->write_queue, skb);
-				return;
+				break;
 			}
 
 			next = (sk->nr->vs + 1) % NR_MODULUS;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov