patch-1.3.70 linux/net/ipv4/icmp.c
Next file: linux/net/ipv4/route.c
Previous file: linux/net/ipv4/af_inet.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Fri Mar 1 07:22:57 1996
- Orig file:
v1.3.69/linux/net/ipv4/icmp.c
- Orig date:
Wed Feb 28 11:50:17 1996
diff -u --recursive --new-file v1.3.69/linux/net/ipv4/icmp.c linux/net/ipv4/icmp.c
@@ -402,9 +402,9 @@
* are needed for AMPRnet AX.25 paths.
*/
else if (old_mtu > 216)
- old_mtu = 216;
+ new_mtu = 216;
else if (old_mtu > 128)
- old_mtu = 128;
+ new_mtu = 128;
else
/*
* Despair..
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