diff options
Diffstat (limited to 'net/ipv4/inet_connection_sock.c')
-rw-r--r-- | net/ipv4/inet_connection_sock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/inet_connection_sock.c b/net/ipv4/inet_connection_sock.c index 786d97aee751..6acb541c9091 100644 --- a/net/ipv4/inet_connection_sock.c +++ b/net/ipv4/inet_connection_sock.c | |||
@@ -559,7 +559,7 @@ static inline void syn_ack_recalc(struct request_sock *req, const int thresh, | |||
559 | 559 | ||
560 | int inet_rtx_syn_ack(struct sock *parent, struct request_sock *req) | 560 | int inet_rtx_syn_ack(struct sock *parent, struct request_sock *req) |
561 | { | 561 | { |
562 | int err = req->rsk_ops->rtx_syn_ack(parent, req, NULL); | 562 | int err = req->rsk_ops->rtx_syn_ack(parent, req); |
563 | 563 | ||
564 | if (!err) | 564 | if (!err) |
565 | req->num_retrans++; | 565 | req->num_retrans++; |