comment: circuit_list_path_impl() does not check Named any more

This commit is contained in:
teor 2018-11-07 18:59:08 +10:00
parent a7aa3f76ec
commit 9daf06d171
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A

View File

@ -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 /** 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 * 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. * 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 * If <b>verbose_names</b> is false, give hex digests; if <b>verbose_names</b>
* digests for others; if <b>verbose_names</b> is true, use $DIGEST=Name style * is true, use $DIGEST=Name style names.
* names.
*/ */
static char * static char *
circuit_list_path_impl(origin_circuit_t *circ, int verbose, int verbose_names) circuit_list_path_impl(origin_circuit_t *circ, int verbose, int verbose_names)