Merge branch 'maint-0.3.4'

This commit is contained in:
Nick Mathewson
2018-08-16 08:37:11 -04:00
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -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 */
}