patch-1.3.2 linux/net/ipv4/icmp.c
Next file: linux/net/ipv4/ip.c
Previous file: linux/net/ipv4/checksum.c
Back to the patch index
Back to the overall index
-  Lines: 9
 -  Date:
Tue Jun 13 19:26:12 1995
 -  Orig file: 
v1.3.1/linux/net/ipv4/icmp.c
 -  Orig date: 
Tue Jun  6 12:16:44 1995
 
diff -u --recursive --new-file v1.3.1/linux/net/ipv4/icmp.c linux/net/ipv4/icmp.c
@@ -126,7 +126,7 @@
 	 */
 	 
 	atype=ip_chk_addr(iph->daddr);
-	if(atype==IS_BROADCAST || IN_MULTICAST(iph->daddr))
+	if(atype==IS_BROADCAST || atype==IS_MULTICAST)
 		return;
 
 	/*
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