Skip to content
Snippets Groups Projects
Commit 30f6c57f authored by Roger Dingledine's avatar Roger Dingledine
Browse files

and forward-port too.

svn:r6573
parent 85d408a5
No related branches found
No related tags found
No related merge requests found
......@@ -3668,6 +3668,8 @@ router_have_minimum_dir_info(void)
SMARTLIST_FOREACH(networkstatus_list, networkstatus_t *, ns,
tot += routerstatus_count_usable_entries(ns->entries));
avg = tot / n_ns;
if (!routerstatus_list)
routerstatus_list = smartlist_create();
SMARTLIST_FOREACH(routerstatus_list, local_routerstatus_t *, rs,
{
if (rs->status.is_running)
......
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