diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-09-23 18:49:37 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-09-23 18:49:37 +0000 |
commit | 06625e779db05bd22b7f78474d143c576aebf950 (patch) | |
tree | 6c6591da1f2a8b37d12b5bb8069ee5673cf2bb80 /src | |
parent | c345dab3bd4e75bc94711f3df0d203af71e3ae7e (diff) | |
download | tor-06625e779db05bd22b7f78474d143c576aebf950.tar.gz tor-06625e779db05bd22b7f78474d143c576aebf950.zip |
Decouple router downloads from old directory downloads entirely
svn:r5128
Diffstat (limited to 'src')
-rw-r--r-- | src/or/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/main.c b/src/or/main.c index de3fff015e..fc2bc5c818 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -706,9 +706,6 @@ run_scheduled_events(time_t now) directory_get_from_dirserver(DIR_PURPOSE_FETCH_DIR, NULL, 1); } - /* Try to get any routers we don't have. */ - update_router_descriptor_downloads(now); - time_to_fetch_directory = now + get_dir_fetch_period(options); /* Also, take this chance to remove old information from rephist |