From 730cfeb6bd3d8060e44026469ec6d75695c00179 Mon Sep 17 00:00:00 2001 From: "teor (Tim Wilson-Brown)" Date: Wed, 4 May 2016 16:38:27 +1000 Subject: Fetch certificates from the same directory as the consensus Resolves ticket 18963; fix on #4483 in 0.2.8.1-alpha. --- src/or/dirvote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/dirvote.c') diff --git a/src/or/dirvote.c b/src/or/dirvote.c index 9854af7d7f..f28bff92db 100644 --- a/src/or/dirvote.c +++ b/src/or/dirvote.c @@ -3373,7 +3373,7 @@ dirvote_publish_consensus(void) continue; } - if (networkstatus_set_current_consensus(pending->body, name, 0)) + if (networkstatus_set_current_consensus(pending->body, name, 0, NULL)) log_warn(LD_DIR, "Error publishing %s consensus", name); else log_notice(LD_DIR, "Published %s consensus", name); -- cgit v1.2.3-54-g00ecf