patch-2.0.27 linux/net/ipv4/tcp_input.c

Next file: linux/net/ipx/af_ipx.c
Previous file: linux/net/ipv4/tcp.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.26/linux/net/ipv4/tcp_input.c linux/net/ipv4/tcp_input.c
@@ -501,6 +501,7 @@
 	newsk->retransmit_timer.function = tcp_retransmit_timer;
 	newsk->dummy_th.source = skb->h.th->dest;
 	newsk->dummy_th.dest = skb->h.th->source;
+	newsk->users=0;
 	
 #ifdef CONFIG_IP_TRANSPARENT_PROXY
 	/* 

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