[or-cvs] tweak comment

arma at seul.org arma at seul.org
Thu Feb 9 00:08:25 UTC 2006


Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	circuitbuild.c 
Log Message:
tweak comment


Index: circuitbuild.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/circuitbuild.c,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -p -d -r1.212 -r1.213
--- circuitbuild.c	1 Feb 2006 03:05:52 -0000	1.212
+++ circuitbuild.c	9 Feb 2006 00:08:23 -0000	1.213
@@ -1698,7 +1698,7 @@ build_state_get_exit_nickname(cpath_buil
  * - Listed as either up or never yet contacted;
  * - Present in the routerlist;
  * - Listed as 'stable' or 'fast' by the current dirserver concensus,
- *   if demanded by <b>need_uptime</b> and <b>need_capacity</b>; and
+ *   if demanded by <b>need_uptime</b> or <b>need_capacity</b>; and
  * - Allowed by our current ReachableAddresses config option.
  */
 static INLINE routerinfo_t *



More information about the tor-commits mailing list