patch-2.4.0-test2 linux/net/ipx/af_ipx.c

Next file: linux/net/irda/irmod.c
Previous file: linux/net/ipv6/netfilter/ip6t_multiport.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test1/linux/net/ipx/af_ipx.c linux/net/ipx/af_ipx.c
@@ -600,8 +600,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)