commit 19c372daf0aa66219b662a4caeec09bb7bdfc029 Author: Roger Dingledine arma@torproject.org Date: Sat Jan 7 07:41:46 2012 -0500
clean up a comment that confused arturo --- src/or/rendservice.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/or/rendservice.c b/src/or/rendservice.c index bbc9c91..7dcc68d 100644 --- a/src/or/rendservice.c +++ b/src/or/rendservice.c @@ -2063,8 +2063,8 @@ upload_service_descriptor(rend_service_t *service) service->desc_is_dirty = 0; }
-/** Return the number of INTRODUCE2 cells an intro point has - * received. */ +/** Return the number of INTRODUCE2 cells this hidden service has received + * from this intro point. */ static int intro_point_accepted_intro_count(rend_intro_point_t *intro) {
tor-commits@lists.torproject.org