[or-cvs] Decouple router downloads from old directory downloads enti...

Nick Mathewson nickm at seul.org
Fri Sep 23 18:49:39 UTC 2005


Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv15818/src/or

Modified Files:
	main.c 
Log Message:
Decouple router downloads from old directory downloads entirely

Index: main.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/main.c,v
retrieving revision 1.558
retrieving revision 1.559
diff -u -d -r1.558 -r1.559
--- main.c	23 Sep 2005 18:17:37 -0000	1.558
+++ main.c	23 Sep 2005 18:49:37 -0000	1.559
@@ -706,9 +706,6 @@
       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



More information about the tor-commits mailing list