Преглед на файлове

don't call rend_services_init right before we fetch the
dir, because we call it right after now.


svn:r1582

Roger Dingledine преди 22 години
родител
ревизия
c80b42e17c
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      src/or/main.c

+ 0 - 2
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();