[or-cvs] r13050: hack at networkstatus.c until we actually try to load our fa (tor/trunk/src/or)

arma at seul.org arma at seul.org
Mon Jan 7 15:41:47 UTC 2008


Author: arma
Date: 2008-01-07 10:41:47 -0500 (Mon, 07 Jan 2008)
New Revision: 13050

Modified:
   tor/trunk/src/or/networkstatus.c
Log:
hack at networkstatus.c until we actually try to load our
fallback consensus. nick, can you take a closer look at this,
and add a changelog entry if it's a valid fix?


Modified: tor/trunk/src/or/networkstatus.c
===================================================================
--- tor/trunk/src/or/networkstatus.c	2008-01-07 15:10:33 UTC (rev 13049)
+++ tor/trunk/src/or/networkstatus.c	2008-01-07 15:41:47 UTC (rev 13050)
@@ -1359,7 +1359,7 @@
 
   /* Make sure it's signed enough. */
   if ((r=networkstatus_check_consensus_signature(c, 1))<0) {
-    if (r == -1 && !was_waiting_for_certs) {
+    if (r == -1) {
       /* Okay, so it _might_ be signed enough if we get more certificates. */
       if (!was_waiting_for_certs) {
         /* XXX020 eventually downgrade this log severity, or make it so



More information about the tor-commits mailing list