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

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)