]> Pileus Git - ~andy/linux/blobdiff - net/ipv6/tcp_ipv6.c
tcp: delete redundant calls of tcp_mtup_init()
[~andy/linux] / net / ipv6 / tcp_ipv6.c
index b61fa8bac3bdbb99f283a5483e17b8137f54276f..889079b2ea852f237dea495cc66a63c968037b6d 100644 (file)
@@ -1246,7 +1246,6 @@ static struct sock *tcp_v6_syn_recv_sock(struct sock *sk, struct sk_buff *skb,
                inet_csk(newsk)->icsk_ext_hdr_len = (newnp->opt->opt_nflen +
                                                     newnp->opt->opt_flen);
 
-       tcp_mtup_init(newsk);
        tcp_sync_mss(newsk, dst_mtu(dst));
        newtp->advmss = dst_metric_advmss(dst);
        if (tcp_sk(sk)->rx_opt.user_mss &&