From 9daf06d171035582c0fca3516f265a59fffc7bbf Mon Sep 17 00:00:00 2001 From: teor Date: Wed, 7 Nov 2018 18:59:08 +1000 Subject: [PATCH] comment: circuit_list_path_impl() does not check Named any more --- src/core/or/circuitbuild.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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)