From: teor Date: Wed, 7 Nov 2018 08:59:08 +0000 (+1000) Subject: comment: circuit_list_path_impl() does not check Named any more X-Git-Tag: tor-0.3.5.5-alpha~14^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9daf06d171035582c0fca3516f265a59fffc7bbf;p=thirdparty%2Ftor.git comment: circuit_list_path_impl() does not check Named any more --- diff --git a/src/core/or/circuitbuild.c b/src/core/or/circuitbuild.c index a69457571e..da137accc3 100644 --- a/src/core/or/circuitbuild.c +++ b/src/core/or/circuitbuild.c @@ -255,9 +255,8 @@ get_unique_circ_id_by_chan(channel_t *chan) /** If verbose is false, allocate and return a comma-separated list of * the currently built elements of circ. If verbose is true, also * list information about link status in a more verbose format using spaces. - * If verbose_names is false, give nicknames for Named routers and hex - * digests for others; if verbose_names is true, use $DIGEST=Name style - * names. + * If verbose_names is false, give hex digests; if verbose_names + * is true, use $DIGEST=Name style names. */ static char * circuit_list_path_impl(origin_circuit_t *circ, int verbose, int verbose_names)