diff options
-rw-r--r-- | net/ipv4/tcp_minisocks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_minisocks.c b/net/ipv4/tcp_minisocks.c index 30b1e520ad94..6b5c64f3c925 100644 --- a/net/ipv4/tcp_minisocks.c +++ b/net/ipv4/tcp_minisocks.c | |||
@@ -381,7 +381,7 @@ struct sock *tcp_create_openreq_child(struct sock *sk, struct request_sock *req, | |||
381 | if (newsk != NULL) { | 381 | if (newsk != NULL) { |
382 | const struct inet_request_sock *ireq = inet_rsk(req); | 382 | const struct inet_request_sock *ireq = inet_rsk(req); |
383 | struct tcp_request_sock *treq = tcp_rsk(req); | 383 | struct tcp_request_sock *treq = tcp_rsk(req); |
384 | struct inet_connection_sock *newicsk = inet_csk(sk); | 384 | struct inet_connection_sock *newicsk = inet_csk(newsk); |
385 | struct tcp_sock *newtp; | 385 | struct tcp_sock *newtp; |
386 | 386 | ||
387 | /* Now setup tcp_sock */ | 387 | /* Now setup tcp_sock */ |