|
@@ -2065,7 +2065,7 @@ choose_good_entry_server(uint8_t purpose, cpath_build_state_t *state)
|
|
|
/*XXXX025 use the using_as_guard flag to accomplish this.*/
|
|
|
if (options->UseEntryGuards
|
|
|
&& (!options->TestingTorNetwork ||
|
|
|
- smartlist_len(nodelist_get_list()) > smartlist_len(get_entry_guards())
|
|
|
+ smartlist_len(nodelist_get_list()) > smartlist_len(get_entry_guards())
|
|
|
)) {
|
|
|
SMARTLIST_FOREACH(get_entry_guards(), const entry_guard_t *, entry,
|
|
|
{
|