patch-2.2.16 linux/net/ipx/af_ipx.c

Next file: linux/net/irda/af_irda.c
Previous file: linux/net/ipv4/udp.c
Back to the patch index
Back to the overall index

diff -urN v2.2.15/linux/net/ipx/af_ipx.c linux/net/ipx/af_ipx.c
@@ -601,8 +601,7 @@
 		memcpy(skb2->h.raw, skb->h.raw, skb->len);
 	}
 	kfree_skb(skb);
-
-	return (NULL);
+	return(skb2);
 }
 
 static int ipxitf_send(ipx_interface *intrfc, struct sk_buff *skb, char *node)

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