From 6514eb5d4451da0a826279b133fa53eef99f9260 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 15 Aug 2004 20:31:11 +0000 Subject: [PATCH] Update to new choose_random_node interface. svn:r2239 --- src/or/rendservice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/rendservice.c b/src/or/rendservice.c index ddc2bd88a3..bb8b22d917 100644 --- a/src/or/rendservice.c +++ b/src/or/rendservice.c @@ -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);