瀏覽代碼

and another instance where i was trying to be too sneaky

svn:r5433
Roger Dingledine 20 年之前
父節點
當前提交
859d1c902a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/or/routerlist.c

+ 1 - 1
src/or/routerlist.c

@@ -345,7 +345,7 @@ router_pick_directory_server(int requireother,
     return NULL;
   }
   /* give it one last try */
-  choice = router_pick_directory_server_impl(requireother, 0,
+  choice = router_pick_directory_server_impl(requireother, fascistfirewall,
                                              for_v2_directory);
   return choice;
 }