mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
forward-port r10318
svn:r10319
This commit is contained in:
parent
703bf19620
commit
42d7b0877d
@ -2347,8 +2347,10 @@ 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 (chosen_exit) {
|
||||
smartlist_add(exit_family, chosen_exit);
|
||||
routerlist_add_family(exit_family, chosen_exit);
|
||||
}
|
||||
|
||||
if (!entry_guards)
|
||||
entry_guards = smartlist_create();
|
||||
|
Loading…
Reference in New Issue
Block a user