mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
r13826@catbus: nickm | 2007-07-19 12:21:30 -0400
Fix a copy-and-paste error in dirvote.c svn:r10879
This commit is contained in:
parent
5e6f05bc31
commit
70aef18db1
@ -853,7 +853,7 @@ dirvote_recalculate_timing(time_t now)
|
||||
/* XXXX020 sanity-check these somewhere! */
|
||||
interval = consensus->fresh_until - consensus->valid_after;
|
||||
vote_delay = consensus->vote_seconds;
|
||||
vote_delay = consensus->dist_seconds;
|
||||
dist_delay = consensus->dist_seconds;
|
||||
} else {
|
||||
/* XXXX020 is this correct according the the spec? */
|
||||
interval = 3600;
|
||||
|
Loading…
Reference in New Issue
Block a user