aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-10-18 14:27:42 +0000
committerNick Mathewson <nickm@torproject.org>2007-10-18 14:27:42 +0000
commit192e3d71d44335e35a95dbe08425a796f59e2215 (patch)
treeb635cb3ddf746565c851b8e547a526a936d5d3de /src/or/main.c
parent959c4963b28f714feffd2369cb69e7c4e8486fe7 (diff)
downloadtor-192e3d71d44335e35a95dbe08425a796f59e2215.tar
tor-192e3d71d44335e35a95dbe08425a796f59e2215.tar.gz
r15915@catbus: nickm | 2007-10-18 10:26:44 -0400
Stop incessant notices about when we think the expected valid-after time should be, if we are not an authority. svn:r12022
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c
index cfe474564..37aefb46f 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -1006,7 +1006,7 @@ run_scheduled_events(time_t now)
/** 2c. Let directory voting happen. */
if (authdir_mode_v3(options))
- dirvote_act(now);
+ dirvote_act(options, now);
/** 3a. Every second, we examine pending circuits and prune the
* ones which have been pending for more than a few seconds.