diff options
Diffstat (limited to 'src/or/dirvote.c')
-rw-r--r-- | src/or/dirvote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirvote.c b/src/or/dirvote.c index 7201af804a..7a8f1adcb5 100644 --- a/src/or/dirvote.c +++ b/src/or/dirvote.c @@ -1850,7 +1850,7 @@ dirvote_publish_consensus(void) return -1; } - if (networkstatus_set_current_consensus(pending_consensus_body, 0, 0)) + if (networkstatus_set_current_consensus(pending_consensus_body, 0)) log_warn(LD_DIR, "Error publishing consensus"); else log_notice(LD_DIR, "Consensus published."); |