summaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
diff options
context:
space:
mode:
authorRobert Ransom <rransom.8774@gmail.com>2011-10-05 15:36:47 -0700
committerRobert Ransom <rransom.8774@gmail.com>2011-10-30 02:17:00 -0700
commit6f220de7b947b82972b382bb874cea94715f25ed (patch)
tree3184f601812376140fce9a8cfe4877bef04d101e /src/or/rendservice.c
parent190aac0eab9e9911a274c0c52b9271e1e4e79cbd (diff)
downloadtor-6f220de7b947b82972b382bb874cea94715f25ed.tar.gz
tor-6f220de7b947b82972b382bb874cea94715f25ed.zip
Improve a comment
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r--src/or/rendservice.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index 906a33084b..682d13deba 100644
--- a/src/or/rendservice.c
+++ b/src/or/rendservice.c
@@ -547,7 +547,8 @@ rend_service_update_descriptor(rend_service_t *service)
if (!circ || circ->_base.purpose != CIRCUIT_PURPOSE_S_INTRO)
continue;
- /* We have an entirely established intro circuit. */
+ /* We have an entirely established intro circuit. Publish it in
+ * our descriptor. */
intro_desc = tor_malloc_zero(sizeof(rend_intro_point_t));
intro_desc->extend_info = extend_info_dup(intro_svc->extend_info);
if (intro_svc->intro_key)