[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] oh, it was supposed to compile?
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:
oh, it was supposed to compile?
Index: routerlist.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/routerlist.c,v
retrieving revision 1.413
retrieving revision 1.414
diff -u -p -d -r1.413 -r1.414
--- routerlist.c 3 Jan 2006 13:09:49 -0000 1.413
+++ routerlist.c 3 Jan 2006 13:12:17 -0000 1.414
@@ -3516,8 +3516,8 @@ router_have_minimum_dir_info(void)
if (!res && have_enough) {
log(LOG_NOTICE, LD_DIR,"Our directory information is no longer up-to-date "
"enough to build circuits.%s",
- any_running ? "" :
- " (No servers seem reachable -- is your network connection down?)");
+ num_running > 2 ? "" : " (Not enough servers seem reachable -- "
+ "is your network connection down?)");
}
have_enough = res;
return res;