summaryrefslogtreecommitdiff
path: root/src/or/hs_service.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/hs_service.c')
-rw-r--r--src/or/hs_service.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/hs_service.c b/src/or/hs_service.c
index 21daaaa248..e7abf715ad 100644
--- a/src/or/hs_service.c
+++ b/src/or/hs_service.c
@@ -854,6 +854,7 @@ move_hs_state(hs_service_t *src_service, hs_service_t *dst_service)
replaycache_free(dst->replay_cache_rend_cookie);
}
dst->replay_cache_rend_cookie = src->replay_cache_rend_cookie;
+ dst->next_rotation_time = src->next_rotation_time;
src->replay_cache_rend_cookie = NULL; /* steal pointer reference */
}