aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/rendclient.c')
-rw-r--r--src/or/rendclient.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/or/rendclient.c b/src/or/rendclient.c
index 81e5c69d9d..98e9abc631 100644
--- a/src/or/rendclient.c
+++ b/src/or/rendclient.c
@@ -412,10 +412,9 @@ rend_client_refetch_renddesc(const char *query)
}
}
-/** Start a connection to a hidden service directory to fetch a v2
- * rendezvous service descriptor for the base32-encoded service ID
- * <b>query</b>.
- */
+/** Unless we already have a descriptor for <b>rend_query</b> with at least
+ * one (possibly) working introduction point in it, start a connection to a
+ * hidden service directory to fetch a v2 rendezvous service descriptor. */
void
rend_client_refetch_v2_renddesc(const char *query)
{