bugfix: make intro circuits work again

svn:r2280
This commit is contained in:
Roger Dingledine
2004-08-18 07:53:43 +00:00
parent 8f864221a4
commit 4ce7d3db7c
+2
View File
@@ -321,6 +321,8 @@ routerinfo_t *router_choose_random_node(char *preferred, char *excluded,
routerlist_sl_remove_unreliable_routers(sl);
if(preferbandwidth)
choice = routerlist_sl_choose_by_bandwidth(sl);
else
choice = smartlist_choose(sl);
smartlist_free(sl);
}
smartlist_free(excludednodes);