Переглянути джерело

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)