aboutsummaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-04-09 19:34:55 +0000
committerRoger Dingledine <arma@torproject.org>2004-04-09 19:34:55 +0000
commitc80b42e17cafdee20ef52a7f5998acb50a95a065 (patch)
tree7b85f5eeaa4bbbf334344d086e848f38205411ae /src/or
parentc5bef32d951906201e4c97073af222b8cb10c49e (diff)
downloadtor-c80b42e17cafdee20ef52a7f5998acb50a95a065.tar
tor-c80b42e17cafdee20ef52a7f5998acb50a95a065.tar.gz
don't call rend_services_init right before we fetch the
dir, because we call it right after now. svn:r1582
Diffstat (limited to 'src/or')
-rw-r--r--src/or/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/main.c b/src/or/main.c
index 8eee05674..fb7c4a315 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -346,8 +346,6 @@ static void run_scheduled_events(time_t now) {
* our descriptor (if any). */
if(time_to_fetch_directory < now) {
/* it's time to fetch a new directory and/or post our descriptor */
- if(has_fetched_directory)
- rend_services_init(); /* make new intro points and re-upload if necessary */
if(options.ORPort) {
router_rebuild_descriptor();
router_upload_dir_desc_to_dirservers();