aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/tcp.c')
-rw-r--r--net/ipv4/tcp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c
index 2cbfa6df7976..34085e3a4096 100644
--- a/net/ipv4/tcp.c
+++ b/net/ipv4/tcp.c
@@ -497,7 +497,6 @@ static inline void tcp_mark_urg(struct tcp_sock *tp, int flags,
497 if (flags & MSG_OOB) { 497 if (flags & MSG_OOB) {
498 tp->urg_mode = 1; 498 tp->urg_mode = 1;
499 tp->snd_up = tp->write_seq; 499 tp->snd_up = tp->write_seq;
500 TCP_SKB_CB(skb)->sacked |= TCPCB_URG;
501 } 500 }
502} 501}
503 502