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:
Nick Mathewson 2007-07-19 18:46:06 +00:00
parent 5e6f05bc31
commit 70aef18db1

View File

@ -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;