[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] ah ha, that variable was static. not useless after all.
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;
}