mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 14:40:51 +01:00
Make last commit compile
svn:r11953
This commit is contained in:
parent
da955df111
commit
738d178f77
1 changed files with 1 additions and 1 deletions
|
@ -1953,7 +1953,7 @@ generate_networkstatus_vote_obj(crypto_pk_env_t *private_key,
|
|||
format_iso_time(tbuf, v3_out->valid_after);
|
||||
log_notice(LD_DIR,"Choosing valid-after time in vote as %s: "
|
||||
"consensus_set=%d, interval=%d",
|
||||
tbuf, current_consensus?1:0, consensus_interval);
|
||||
tbuf, current_consensus?1:0, (int)consensus_interval);
|
||||
}
|
||||
v3_out->fresh_until = v3_out->valid_after + timing.vote_interval;
|
||||
v3_out->valid_until = v3_out->valid_after +
|
||||
|
|
Loading…
Add table
Reference in a new issue