don't call rend_services_init right before we fetch the

dir, because we call it right after now.


svn:r1582
This commit is contained in:
Roger Dingledine 2004-04-09 19:34:55 +00:00
parent c5bef32d95
commit c80b42e17c

View File

@ -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();