]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
correct a function comment in compute_preferred_testing_list()
authorRoger Dingledine <arma@torproject.org>
Sun, 18 Jun 2006 21:07:45 +0000 (21:07 +0000)
committerRoger Dingledine <arma@torproject.org>
Sun, 18 Jun 2006 21:07:45 +0000 (21:07 +0000)
svn:r6660

src/or/circuitbuild.c

index 919c371073c651ca9f2726fc54b31d4e8d6f9106..ebbf7d05f9236fa50418383ff232a7301bb89a7b 100644 (file)
@@ -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.
  *