mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix a typo in a comment in rend_consider_services_intro_points
This commit is contained in:
@@ -3849,8 +3849,8 @@ rend_consider_services_intro_points(void)
|
||||
n_intro_points_to_open);
|
||||
break;
|
||||
}
|
||||
/* Add the choosen node to the exclusion list in order to avoid to
|
||||
* pick it again in the next iteration. */
|
||||
/* Add the choosen node to the exclusion list in order to avoid picking
|
||||
* it again in the next iteration. */
|
||||
smartlist_add(exclude_nodes, (void*)node);
|
||||
intro = tor_malloc_zero(sizeof(rend_intro_point_t));
|
||||
/* extend_info is for clients, so we want the multi-hop primary ORPort,
|
||||
|
||||
Reference in New Issue
Block a user