diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/inetpeer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/inetpeer.c b/net/ipv4/inetpeer.c index 986a02bda660..bf4a9c4808e1 100644 --- a/net/ipv4/inetpeer.c +++ b/net/ipv4/inetpeer.c | |||
@@ -447,6 +447,7 @@ relookup: | |||
447 | p->rate_last = 0; | 447 | p->rate_last = 0; |
448 | p->pmtu_expires = 0; | 448 | p->pmtu_expires = 0; |
449 | p->pmtu_orig = 0; | 449 | p->pmtu_orig = 0; |
450 | p->redirect_genid = 0; | ||
450 | memset(&p->redirect_learned, 0, sizeof(p->redirect_learned)); | 451 | memset(&p->redirect_learned, 0, sizeof(p->redirect_learned)); |
451 | 452 | ||
452 | 453 | ||