patch-2.1.106 linux/net/ipv4/icmp.c

Next file: linux/net/ipv4/ip_fragment.c
Previous file: linux/net/ipv4/fib_semantics.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.105/linux/net/ipv4/icmp.c linux/net/ipv4/icmp.c
@@ -3,7 +3,7 @@
  *	
  *		Alan Cox, <alan@cymru.net>
  *
- *	Version: $Id: icmp.c,v 1.41 1998/04/29 22:12:10 alan Exp $
+ *	Version: $Id: icmp.c,v 1.43 1998/06/11 03:15:43 davem Exp $
  *
  *	This program is free software; you can redistribute it and/or
  *	modify it under the terms of the GNU General Public License
@@ -539,7 +539,7 @@
 	 */
 	
 	saddr = iph->daddr;
-	if (!(rt->rt_flags&RTCF_LOCAL))
+	if (!(rt->rt_flags & RTCF_LOCAL))
 		saddr = 0;
 
 	tos = icmp_pointers[type].error ?

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov