diff options
Diffstat (limited to 'net/ipv4/tcp_input.c')
-rw-r--r-- | net/ipv4/tcp_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index 52b74e0eab2a..fbe518981d36 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c | |||
@@ -5970,7 +5970,7 @@ static void tcp_openreq_init(struct request_sock *req, | |||
5970 | struct request_sock *inet_reqsk_alloc(const struct request_sock_ops *ops, | 5970 | struct request_sock *inet_reqsk_alloc(const struct request_sock_ops *ops, |
5971 | struct sock *sk_listener) | 5971 | struct sock *sk_listener) |
5972 | { | 5972 | { |
5973 | struct request_sock *req = reqsk_alloc(ops); | 5973 | struct request_sock *req = reqsk_alloc(ops, sk_listener); |
5974 | 5974 | ||
5975 | if (req) { | 5975 | if (req) { |
5976 | struct inet_request_sock *ireq = inet_rsk(req); | 5976 | struct inet_request_sock *ireq = inet_rsk(req); |