patch-1.3.11 linux/net/ipv4/ip_fw.c
Next file: linux/net/ipv4/tcp.c
Previous file: linux/net/ethernet/eth.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Jul 18 14:53:16 1995
- Orig file:
v1.3.10/linux/net/ipv4/ip_fw.c
- Orig date:
Fri Jun 30 16:22:32 1995
diff -u --recursive --new-file v1.3.10/linux/net/ipv4/ip_fw.c linux/net/ipv4/ip_fw.c
@@ -733,7 +733,7 @@
if (portptr[1]==htons(21))
{
skb = revamp(*skb_ptr, dev, ms);
- skb = *skb_ptr;
+ *skb_ptr = skb;
iph = skb->h.iph;
portptr = (unsigned short *)&(((char *)iph)[iph->ihl*4]);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this