[or-cvs] and get rid of an extra variable

arma at seul.org arma at seul.org
Mon Apr 10 05:48:06 UTC 2006


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:
and get rid of an extra variable


Index: routerlist.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/routerlist.c,v
retrieving revision 1.495
retrieving revision 1.496
diff -u -p -d -r1.495 -r1.496
--- routerlist.c	10 Apr 2006 05:44:54 -0000	1.495
+++ routerlist.c	10 Apr 2006 05:48:04 -0000	1.496
@@ -3573,7 +3573,7 @@ int
 router_have_minimum_dir_info(void)
 {
   int tot = 0, num_running = 0;
-  int n_ns, n_tried, n_authorities, res, avg;
+  int n_ns, n_authorities, res, avg;
   static int have_enough = 0;
   if (!networkstatus_list || !routerlist) {
     res = 0;



More information about the tor-commits mailing list