[or-cvs] ah ha, that variable was static. not useless after all.

arma at seul.org arma at seul.org
Thu Dec 15 21:44:25 UTC 2005


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

Modified Files:
	routerlist.c 
Log Message:
ah ha, that variable was static. not useless after all.


Index: routerlist.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/routerlist.c,v
retrieving revision 1.400
retrieving revision 1.401
diff -u -d -r1.400 -r1.401
--- routerlist.c	15 Dec 2005 21:41:27 -0000	1.400
+++ routerlist.c	15 Dec 2005 21:44:23 -0000	1.401
@@ -3345,6 +3345,7 @@
         "enough to build circuits.%s",
         any_running ? "" : " (All servers seem down -- network down?)");
   }
+  have_enough = res;
   return res;
 }
 



More information about the tor-commits mailing list