[or-cvs] r13466: note a simplification for the future (tor/trunk/src/or)

arma at seul.org arma at seul.org
Mon Feb 11 06:34:10 UTC 2008


Author: arma
Date: 2008-02-11 01:34:10 -0500 (Mon, 11 Feb 2008)
New Revision: 13466

Modified:
   tor/trunk/src/or/circuitbuild.c
Log:
note a simplification for the future


Modified: tor/trunk/src/or/circuitbuild.c
===================================================================
--- tor/trunk/src/or/circuitbuild.c	2008-02-11 06:32:36 UTC (rev 13465)
+++ tor/trunk/src/or/circuitbuild.c	2008-02-11 06:34:10 UTC (rev 13466)
@@ -1513,7 +1513,9 @@
  * probably already connected to them.
  *
  * We only return one, so this doesn't become stupid when the
- * whole network has upgraded. */
+ * whole network has upgraded.
+ * XXX021 we can great simplify this function now that all the broken
+ * versions are obsolete. -RD */
 static char *
 compute_preferred_testing_list(const char *answer)
 {



More information about the tor-commits mailing list