瀏覽代碼

actually, that excludenodes fix was redundant. take it out.

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

+ 0 - 1
src/or/circuitbuild.c

@@ -1574,7 +1574,6 @@ choose_good_entry_server(uint8_t purpose, cpath_build_state_t *state)
   }
 
   excluded = smartlist_create();
-  add_nickname_list_to_smartlist(excluded,options->ExcludeNodes,0,0,1);
 
   if (state && (r = build_state_get_exit_router(state))) {
     smartlist_add(excluded, r);