diff options
author | Roger Dingledine <arma@torproject.org> | 2006-06-18 21:07:45 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-06-18 21:07:45 +0000 |
commit | 37c441d96ff83fb6b00b7d8f2e6dfbb248756ec7 (patch) | |
tree | 560f0ee9bbfe63da7d5c43b76c4c6a5f36f52a63 | |
parent | f1993b8b30a937bf8958575e4309ae0e976c87b7 (diff) | |
download | tor-37c441d96ff83fb6b00b7d8f2e6dfbb248756ec7.tar tor-37c441d96ff83fb6b00b7d8f2e6dfbb248756ec7.tar.gz |
correct a function comment in compute_preferred_testing_list()
svn:r6660
-rw-r--r-- | src/or/circuitbuild.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index 919c37107..ebbf7d05f 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -1463,7 +1463,7 @@ onion_append_to_cpath(crypt_path_t **head_ptr, crypt_path_t *new_hop) } /** Pick a random server digest that's running a Tor version that - * doesn't have the reachability bug. These are versions 0.1.1.22+ + * doesn't have the reachability bug. These are versions 0.1.1.21-cvs+ * and 0.1.2.1-alpha+. Avoid picking authorities, since we're * probably already connected to them. * |