[tor-commits] [tor/master] Improve a comment

nickm at torproject.org nickm at torproject.org
Wed Nov 30 01:55:00 UTC 2011


commit 6f220de7b947b82972b382bb874cea94715f25ed
Author: Robert Ransom <rransom.8774 at gmail.com>
Date:   Wed Oct 5 15:36:47 2011 -0700

    Improve a comment
---
 src/or/rendservice.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index 906a330..682d13d 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)





More information about the tor-commits mailing list