diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-23 17:26:31 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-23 17:26:31 -0700 |
commit | a39451c17f53bbae053555670c7b678d46bcebba (patch) | |
tree | 8bb6106ec7812a421c3d3eb9c8c273580cc703fc /net/ipv6/tcp_ipv6.c | |
parent | adb7ee3746b579a7fa7af7c4ec2c8164bc910ed4 (diff) | |
parent | 0e57976b6376f7fda6bef8b7dee2a3c8819ec9e9 (diff) |
Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r-- | net/ipv6/tcp_ipv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 2414937f2a83..fce56039b0e9 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c @@ -2025,7 +2025,7 @@ static int tcp_v6_init_sock(struct sock *sk) sk->sk_state = TCP_CLOSE; tp->af_specific = &ipv6_specific; - + tp->ca_ops = &tcp_reno; sk->sk_write_space = sk_stream_write_space; sock_set_flag(sk, SOCK_USE_WRITE_QUEUE); |