mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
clean up r10240 so we avoid the exit node itself too
svn:r10242
This commit is contained in:
parent
b89ad9eb1b
commit
590a98ff37
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user