aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitlist.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-02-24 01:12:53 +0000
committerRoger Dingledine <arma@torproject.org>2007-02-24 01:12:53 +0000
commit9946bb7fbd85eb27a7a1e8ded7bac2881e1da4bf (patch)
treec7f1b087730695e1d6da38d0e26d83e9444e34a6 /src/or/circuitlist.c
parent4e05ccb289aaf5b8afc24888dedd4bd9bda285ef (diff)
downloadtor-9946bb7fbd85eb27a7a1e8ded7bac2881e1da4bf.tar
tor-9946bb7fbd85eb27a7a1e8ded7bac2881e1da4bf.tar.gz
cosmetic, comment, and todo fixes
svn:r9627
Diffstat (limited to 'src/or/circuitlist.c')
-rw-r--r--src/or/circuitlist.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c
index 3f00f2da7..ed02e4a17 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,