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
- Lines: 9
- Date:
Tue Apr 8 21:16:25 1997
- Orig file:
v2.1.32/linux/net/ipv6/udp.c
- Orig date:
Thu Mar 27 14:40:17 1997
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