summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2018-11-07 18:59:08 +1000
committerteor <teor@torproject.org>2018-11-14 18:06:14 +1000
commit9daf06d171035582c0fca3516f265a59fffc7bbf (patch)
tree73ba619a311bd11147fe3ac8e1ac5d0a764fa8e3
parenta7aa3f76ecfceb4f7efaab4bc5744e422735c396 (diff)
downloadtor-9daf06d171035582c0fca3516f265a59fffc7bbf.tar.gz
tor-9daf06d171035582c0fca3516f265a59fffc7bbf.zip
comment: circuit_list_path_impl() does not check Named any more
-rw-r--r--src/core/or/circuitbuild.c5
1 files 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 <b>verbose</b> is false, allocate and return a comma-separated list of
* the currently built elements of <b>circ</b>. If <b>verbose</b> is true, also
* list information about link status in a more verbose format using spaces.
- * If <b>verbose_names</b> is false, give nicknames for Named routers and hex
- * digests for others; if <b>verbose_names</b> is true, use $DIGEST=Name style
- * names.
+ * If <b>verbose_names</b> is false, give hex digests; if <b>verbose_names</b>
+ * is true, use $DIGEST=Name style names.
*/
static char *
circuit_list_path_impl(origin_circuit_t *circ, int verbose, int verbose_names)