aboutsummaryrefslogtreecommitdiff
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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/hs_service.c b/src/or/hs_service.c
index bce976ee8c..eb58c768bb 100644
--- a/src/or/hs_service.c
+++ b/src/or/hs_service.c
@@ -616,6 +616,9 @@ hs_service_init(void)
tor_assert(!hs_service_map);
tor_assert(!hs_service_staging_list);
+ /* v2 specific. */
+ rend_service_init();
+
hs_service_map = tor_malloc_zero(sizeof(struct hs_service_ht));
HT_INIT(hs_service_ht, hs_service_map);