Commit 70aef18d authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

r13826@catbus: nickm | 2007-07-19 12:21:30 -0400

 Fix a copy-and-paste error in dirvote.c


svn:r10879
parent 5e6f05bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;