mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
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
This commit is contained in:
parent
a516973275
commit
ea2280ada7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue