瀏覽代碼

suggest a better fix for bug 597

svn:r13340
Roger Dingledine 17 年之前
父節點
當前提交
78633b3a03
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/or/networkstatus.c

+ 1 - 0
src/or/networkstatus.c

@@ -1545,6 +1545,7 @@ routers_update_all_from_networkstatus(time_t now, int dir_version)
   if (rl->old_routers)
     signed_descs_update_status_from_consensus_networkstatus(rl->old_routers);
 
+  /* XXX020 these warnings don't help anymore; we should disable them -RD */
   me = router_get_my_routerinfo();
   if (me && !have_warned_about_invalid_status) {
     routerstatus_t *rs = networkstatus_vote_find_entry(consensus,