diff options
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r-- | net/ipv6/tcp_ipv6.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 9a8e690fdf7c..9a88395a7629 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c | |||
@@ -502,8 +502,7 @@ static int tcp_v6_send_synack(struct sock *sk, struct request_sock *req, | |||
502 | 502 | ||
503 | ipv6_addr_copy(&fl.fl6_dst, &treq->rmt_addr); | 503 | ipv6_addr_copy(&fl.fl6_dst, &treq->rmt_addr); |
504 | err = ip6_xmit(sk, skb, &fl, opt, 0); | 504 | err = ip6_xmit(sk, skb, &fl, opt, 0); |
505 | if (err == NET_XMIT_CN) | 505 | err = net_xmit_eval(err); |
506 | err = 0; | ||
507 | } | 506 | } |
508 | 507 | ||
509 | done: | 508 | done: |