aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-08-16 08:37:11 -0400
committerNick Mathewson <nickm@torproject.org>2018-08-16 08:37:11 -0400
commit7e50d43f07180c13adbeb0a9f1394490f3c679bb (patch)
tree1a67f3e5e9b89c97daa2e0089629b8c0e9ae0b08 /src
parenta7ea639f12d9a18c76c8a1c4e7eb00e75887a34d (diff)
parentb49355915bf063448cf338fbb76061b601e5e333 (diff)
downloadtor-7e50d43f07180c13adbeb0a9f1394490f3c679bb.tar.gz
tor-7e50d43f07180c13adbeb0a9f1394490f3c679bb.zip
Merge branch 'maint-0.3.4'
Diffstat (limited to 'src')
-rw-r--r--src/feature/hs/hs_service.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/hs/hs_service.c b/src/feature/hs/hs_service.c
index 7775ac6de8..8a9429271b 100644
--- a/src/feature/hs/hs_service.c
+++ b/src/feature/hs/hs_service.c
@@ -892,6 +892,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 */
}