]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Update to new choose_random_node interface.
authorNick Mathewson <nickm@torproject.org>
Sun, 15 Aug 2004 20:31:11 +0000 (20:31 +0000)
committerNick Mathewson <nickm@torproject.org>
Sun, 15 Aug 2004 20:31:11 +0000 (20:31 +0000)
svn:r2239

src/or/rendservice.c

index ddc2bd88a39a093e8949ce1ba7a786fed122cdb0..bb8b22d917d570e01abdc58c636a413a52261bd2 100644 (file)
@@ -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);