Procházet zdrojové kódy

clean up r10240 so we avoid the exit node itself too

svn:r10242
Roger Dingledine před 17 roky
rodič
revize
590a98ff37
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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)