Browse Source

r13826@catbus: nickm | 2007-07-19 12:21:30 -0400
Fix a copy-and-paste error in dirvote.c


svn:r10879

Nick Mathewson 18 years ago
parent
commit
70aef18db1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/dirvote.c

+ 1 - 1
src/or/dirvote.c

@@ -853,7 +853,7 @@ dirvote_recalculate_timing(time_t now)
     /* XXXX020 sanity-check these somewhere! */
     /* XXXX020 sanity-check these somewhere! */
     interval = consensus->fresh_until - consensus->valid_after;
     interval = consensus->fresh_until - consensus->valid_after;
     vote_delay = consensus->vote_seconds;
     vote_delay = consensus->vote_seconds;
-    vote_delay = consensus->dist_seconds;
+    dist_delay = consensus->dist_seconds;
   } else {
   } else {
     /* XXXX020 is this correct according the the spec? */
     /* XXXX020 is this correct according the the spec? */
     interval = 3600;
     interval = 3600;