summaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r--src/or/routerparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c
index 54759c9a7b..fc071b11d3 100644
--- a/src/or/routerparse.c
+++ b/src/or/routerparse.c
@@ -2565,7 +2565,7 @@ summarize_protover_flags(protover_summary_flags_t *out,
protocol_list_supports_protocol(protocols, PRT_HSDIR,
PROTOVER_HSDIR_V3);
out->supports_v3_rendezvous_point =
- protocol_list_supports_protocol(protocols, PRT_HSDIR,
+ protocol_list_supports_protocol(protocols, PRT_HSREND,
PROTOVER_HS_RENDEZVOUS_POINT_V3);
}
if (version && !strcmpstart(version, "Tor ")) {