ソースを参照

clean up r10240 so we avoid the exit node itself too

svn:r10242
Roger Dingledine 17 年 前
コミット
590a98ff37
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/or/circuitbuild.c

+ 1 - 0
src/or/circuitbuild.c

@@ -2345,6 +2345,7 @@ choose_random_entry(cpath_build_state_t *state)
   int need_uptime = state->need_uptime;
   int need_capacity = state->need_capacity;
 
+  smartlist_add(exit_family, chosen_exit);
   routerlist_add_family(exit_family, chosen_exit);
 
   if (!entry_guards)