patch-2.1.30 linux/net/ipv4/ip_fragment.c
Next file: linux/net/ipv4/ip_fw.c
Previous file: linux/net/ipv4/ip_forward.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Mar 20 18:17:14 1997
- Orig file:
v2.1.29/linux/net/ipv4/ip_fragment.c
- Orig date:
Thu Dec 12 06:54:24 1996
diff -u --recursive --new-file v2.1.29/linux/net/ipv4/ip_fragment.c linux/net/ipv4/ip_fragment.c
@@ -562,7 +562,7 @@
else
qp->fragments = tmp->next;
- if (tfp->next != NULL)
+ if (tmp->next != NULL)
tmp->next->prev = tmp->prev;
next=tfp; /* We have killed the original next frame */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov