From: Roger Dingledine Date: Wed, 27 Apr 2011 17:43:11 +0000 (-0400) Subject: explain an argument in a function comment X-Git-Tag: tor-0.2.2.25-alpha~13^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c40dda3ad824d8a782dafae4c4233a949837df3;p=thirdparty%2Ftor.git explain an argument in a function comment --- diff --git a/src/or/rendclient.c b/src/or/rendclient.c index d444611019..65e632f259 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 strict is true. + * iff strict is true. If warnings 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,