From ea2280ada7d852597a195d908268036cc4ab0962 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 7 Jan 2008 15:41:47 +0000 Subject: [PATCH] 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? svn:r13050 --- src/or/networkstatus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/networkstatus.c b/src/or/networkstatus.c index 76ba5c1b68..99288ea530 100644 --- a/src/or/networkstatus.c +++ b/src/or/networkstatus.c @@ -1359,7 +1359,7 @@ networkstatus_set_current_consensus(const char *consensus, int from_cache, /* 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 -- 2.11.4.GIT