[tor-commits] [tor/release-0.2.2] explain an argument in a function comment

arma at torproject.org arma at torproject.org
Wed Apr 27 18:06:28 UTC 2011


commit 0c40dda3ad824d8a782dafae4c4233a949837df3
Author: Roger Dingledine <arma at torproject.org>
Date:   Wed Apr 27 13:43:11 2011 -0400

    explain an argument in a function comment
---
 src/or/rendclient.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/or/rendclient.c b/src/or/rendclient.c
index d444611..65e632f 100644
--- a/src/or/rendclient.c
+++ b/src/or/rendclient.c
@@ -764,7 +764,8 @@ rend_client_get_random_intro(const rend_data_t *rend_query)
 }
 
 /** As rend_client_get_random_intro, except assume that StrictNodes is set
- * iff <b>strict</b> is true.
+ * iff <b>strict</b> is true. If <b>warnings</b> is false, don't complain
+ * to the user when we're out of nodes, even if StrictNodes is true.
  */
 static extend_info_t *
 rend_client_get_random_intro_impl(const rend_cache_entry_t *entry,





More information about the tor-commits mailing list