aboutsummaryrefslogtreecommitdiff
path: root/src/or/nodelist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/nodelist.c')
-rw-r--r--src/or/nodelist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/nodelist.c b/src/or/nodelist.c
index 1e07c82e35..cb94173985 100644
--- a/src/or/nodelist.c
+++ b/src/or/nodelist.c
@@ -139,8 +139,8 @@ nodelist_replace_routerinfo(routerinfo_t *old, routerinfo_t *new)
if (!routers_have_same_or_addr(old, new)) {
/* These mustn't carry over when the address and orport
change. */
- node->last_reachable = 0;
- node->testing_since = 0;
+ node->last_reachable = node->last_reachable6 = 0;
+ node->testing_since = node->testing_since6 = 0;
}
}
} else {