Skip to content
Snippets Groups Projects
Commit 6514eb5d authored by Nick Mathewson's avatar Nick Mathewson :family:
Browse files

Update to new choose_random_node interface.

svn:r2239
parent bcf8ca5b
No related branches found
No related tags found
No related merge requests found
......@@ -822,7 +822,7 @@ void rend_services_introduce(void) {
for (j=prev_intro_nodes; j < NUM_INTRO_POINTS; ++j) {
router = router_choose_random_node(service->intro_prefer_nodes,
service->intro_exclude_nodes,
exclude_routers, 1, 0);
exclude_routers, 1, 0, 0);
if (!router) {
log_fn(LOG_WARN, "Could only establish %d introduction points for %s",
smartlist_len(service->intro_nodes), service->service_id);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment