aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/syncookies.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/syncookies.c')
-rw-r--r--net/ipv6/syncookies.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/syncookies.c b/net/ipv6/syncookies.c
index c7ee57421ece..84d818cfae17 100644
--- a/net/ipv6/syncookies.c
+++ b/net/ipv6/syncookies.c
@@ -217,7 +217,6 @@ struct sock *cookie_v6_check(struct sock *sk, struct sk_buff *skb)
217 req->retrans = 0; 217 req->retrans = 0;
218 ireq->ecn_ok = 0; 218 ireq->ecn_ok = 0;
219 ireq->snd_wscale = tcp_opt.snd_wscale; 219 ireq->snd_wscale = tcp_opt.snd_wscale;
220 ireq->rcv_wscale = tcp_opt.rcv_wscale;
221 ireq->sack_ok = tcp_opt.sack_ok; 220 ireq->sack_ok = tcp_opt.sack_ok;
222 ireq->wscale_ok = tcp_opt.wscale_ok; 221 ireq->wscale_ok = tcp_opt.wscale_ok;
223 ireq->tstamp_ok = tcp_opt.saw_tstamp; 222 ireq->tstamp_ok = tcp_opt.saw_tstamp;