diff options
Diffstat (limited to 'net/ipv4/inetpeer.c')
-rw-r--r-- | net/ipv4/inetpeer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/inetpeer.c b/net/ipv4/inetpeer.c index da90a8cab614..f457bcb41350 100644 --- a/net/ipv4/inetpeer.c +++ b/net/ipv4/inetpeer.c | |||
@@ -508,7 +508,6 @@ relookup: | |||
508 | (daddr->family == AF_INET) ? | 508 | (daddr->family == AF_INET) ? |
509 | secure_ip_id(daddr->addr.a4) : | 509 | secure_ip_id(daddr->addr.a4) : |
510 | secure_ipv6_id(daddr->addr.a6)); | 510 | secure_ipv6_id(daddr->addr.a6)); |
511 | p->tcp_ts_stamp = 0; | ||
512 | p->metrics[RTAX_LOCK-1] = INETPEER_METRICS_NEW; | 511 | p->metrics[RTAX_LOCK-1] = INETPEER_METRICS_NEW; |
513 | p->rate_tokens = 0; | 512 | p->rate_tokens = 0; |
514 | p->rate_last = 0; | 513 | p->rate_last = 0; |