diff options
Diffstat (limited to 'net/dccp/ipv4.c')
-rw-r--r-- | net/dccp/ipv4.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/dccp/ipv4.c b/net/dccp/ipv4.c index 496112080f3d..84c05405984e 100644 --- a/net/dccp/ipv4.c +++ b/net/dccp/ipv4.c | |||
@@ -651,7 +651,6 @@ int dccp_v4_conn_request(struct sock *sk, struct sk_buff *skb) | |||
651 | ireq = inet_rsk(req); | 651 | ireq = inet_rsk(req); |
652 | ireq->loc_addr = skb->nh.iph->daddr; | 652 | ireq->loc_addr = skb->nh.iph->daddr; |
653 | ireq->rmt_addr = skb->nh.iph->saddr; | 653 | ireq->rmt_addr = skb->nh.iph->saddr; |
654 | req->rcv_wnd = dccp_feat_default_sequence_window; | ||
655 | ireq->opt = NULL; | 654 | ireq->opt = NULL; |
656 | 655 | ||
657 | /* | 656 | /* |