summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-04-25 19:01:49 +0000
committerNick Mathewson <nickm@torproject.org>2004-04-25 19:01:49 +0000
commitcb3897e5abf2e93b240f5bee2baf32ada9eaa652 (patch)
tree16eb9a4acca8355805923c7affaf07c6a1847c31
parent7fbc35c136bf84f16b6751a23f15dc9d325397e5 (diff)
downloadtor-cb3897e5abf2e93b240f5bee2baf32ada9eaa652.tar.gz
tor-cb3897e5abf2e93b240f5bee2baf32ada9eaa652.zip
remove spurious router_rebuild_descriptor
svn:r1692
-rw-r--r--src/or/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c
index 3b8eee8707..9416515ca3 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -360,7 +360,6 @@ static void run_scheduled_events(time_t now) {
if (router_rebuild_descriptor()<0) {
log_fn(LOG_WARN, "Couldn't rebuild router descriptor");
}
- router_rebuild_descriptor();
router_upload_dir_desc_to_dirservers();
}