patch-2.4.27 linux-2.4.27/net/ipv6/tcp_ipv6.c
Next file: linux-2.4.27/net/ipv6/udp.c
Previous file: linux-2.4.27/net/ipv6/sit.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
2004-08-07 16:26:07.078446380 -0700
-  Orig file: 
linux-2.4.26/net/ipv6/tcp_ipv6.c
-  Orig date: 
2004-04-14 06:05:41.000000000 -0700
diff -urN linux-2.4.26/net/ipv6/tcp_ipv6.c linux-2.4.27/net/ipv6/tcp_ipv6.c
@@ -480,7 +480,7 @@
 	tw = NULL;
 
 	for(skp = &head->chain; (sk2=*skp)!=NULL; skp = &sk2->next) {
-		if(TCP_IPV6_MATCH(sk, saddr, daddr, ports, dif))
+		if(TCP_IPV6_MATCH(sk2, saddr, daddr, ports, dif))
 			goto not_unique;
 	}
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)