mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
r9723@catbus: nickm | 2007-01-22 15:47:17 -0500
Fix an XXXX012 in routerlist.c: when we do not have enough networkstatuses to launch router requests, do not launch router requests. Backport candidate. svn:r9388
This commit is contained in:
+1
-1
@@ -3765,7 +3765,7 @@ update_router_descriptor_client_downloads(time_t now)
|
||||
smartlist_len(networkstatus_list) <= get_n_v2_authorities()/2) {
|
||||
log_info(LD_DIR,
|
||||
"Not enough networkstatus documents to launch requests.");
|
||||
/* XXX012 should we return here or something? */
|
||||
return;
|
||||
}
|
||||
|
||||
downloadable = router_list_client_downloadable();
|
||||
|
||||
Reference in New Issue
Block a user