Преглед изворни кода

and blow away what appears to be some redundant logic

svn:r8806
Roger Dingledine пре 19 година
родитељ
комит
6ecf74af60
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      src/or/routerlist.c

+ 0 - 1
src/or/routerlist.c

@@ -3995,7 +3995,6 @@ update_router_have_minimum_dir_info(void)
         "is your network connection down?)");
     control_event_client_status(LOG_NOTICE, "NOT_ENOUGH_DIR_INFO");
   }
-  need_to_update_have_min_dir_info = 0; /* XXX redundant */
   have_min_dir_info = res;
 }