patch-2.1.33 linux/net/ipv6/udp.c

Next file: linux/net/sunrpc/clnt.c
Previous file: linux/net/ipv6/tcp_ipv6.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.32/linux/net/ipv6/udp.c linux/net/ipv6/udp.c
@@ -379,7 +379,7 @@
 	
 	uh = (struct udphdr *) buff;
 
-	sk = udp_v6_lookup(saddr, uh->source, daddr, uh->dest);
+	sk = udp_v6_lookup(daddr, uh->dest, saddr, uh->source);
    
 	if (sk == NULL) {
 		printk(KERN_DEBUG "icmp for unkown sock\n");

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