patch-2.1.23 linux/net/ipv4/ip_input.c
Next file: linux/net/ipv4/ip_sockglue.c
Previous file: linux/net/ipv4/ip_fw.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Sun Jan 26 12:07:50 1997
-  Orig file: 
v2.1.22/linux/net/ipv4/ip_input.c
-  Orig date: 
Thu Jan 23 21:06:57 1997
diff -u --recursive --new-file v2.1.22/linux/net/ipv4/ip_input.c linux/net/ipv4/ip_input.c
@@ -422,7 +422,7 @@
 			if (!ipv4_config.source_route) {
 				if (ipv4_config.log_martians)
 					printk(KERN_INFO "source route option %08lx -> %08lx\n",
-				       ntohl(iph->saddr), ntohl(iph->daddr));
+					       ntohl(iph->saddr), ntohl(iph->daddr));
 				goto drop;
 			}
 			if (RT_LOCALADDR(((struct rtable*)skb->dst)->rt_flags) &&
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov