]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv4/tcp_minisocks.c
tcp: kill pointless urg_mode
[linux-2.6-omap-h63xx.git] / net / ipv4 / tcp_minisocks.c
index f976fc57892cf134e22f41255c4b8170f6dd02c9..779f2e9d0689449bbf94b3e9c061269c05708d7c 100644 (file)
@@ -395,6 +395,7 @@ struct sock *tcp_create_openreq_child(struct sock *sk, struct request_sock *req,
                newtp->pred_flags = 0;
                newtp->rcv_wup = newtp->copied_seq = newtp->rcv_nxt = treq->rcv_isn + 1;
                newtp->snd_sml = newtp->snd_una = newtp->snd_nxt = treq->snt_isn + 1;
+               newtp->snd_up = treq->snt_isn + 1;
 
                tcp_prequeue_init(newtp);