mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 18:22:09 +01:00
Oops. We may not have a networkstatus list when we first parse the cached routers.
svn:r6248
This commit is contained in:
parent
3e8c9a485f
commit
c74bd877e2
@ -1479,6 +1479,8 @@ router_add_to_routerlist(routerinfo_t *router, const char **msg,
|
||||
|
||||
if (!routerlist)
|
||||
router_get_routerlist();
|
||||
if (!networkstatus_list)
|
||||
networkstatus_list = smartlist_create();
|
||||
|
||||
id_digest = router->cache_info.identity_digest;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user