diff options
Diffstat (limited to 'src/or/circuitlist.c')
-rw-r--r-- | src/or/circuitlist.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c index 3f00f2da7d..ed02e4a17c 100644 --- a/src/or/circuitlist.c +++ b/src/or/circuitlist.c @@ -751,10 +751,7 @@ circuit_get_intro_point(const char *digest) * if required, and if info is defined, does not already use info * as any of its hops; or NULL if no circuit fits this description. * - * Return need_uptime circuits if that is requested; and if it's not - * requested, return non-uptime circuits if possible, else either. - * - * Only return internal circuits if that is requested. + * If ! need_uptime, prefer returning non-uptime circuits. */ origin_circuit_t * circuit_find_to_cannibalize(uint8_t purpose, extend_info_t *info, |