mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Generating data does no good if you make no use of it
svn:r1534
This commit is contained in:
+1
-1
@@ -343,7 +343,7 @@ static routerinfo_t *choose_good_exit_server(uint8_t purpose, routerlist_t *dir)
|
||||
routerinfo_t *r;
|
||||
obsolete_routers = smartlist_create();
|
||||
router_add_nonrendezvous_to_list(obsolete_routers);
|
||||
r = router_choose_random_node(dir, options.RendNodes, options.RendExcludeNodes, NULL);
|
||||
r = router_choose_random_node(dir, options.RendNodes, options.RendExcludeNodes, obsolete_routers);
|
||||
smartlist_free(obsolete_routers);
|
||||
return r;
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user