mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
r12579@catbus: nickm | 2007-04-30 13:26:53 -0400
Oops. Routerlist_check_bug_417 should work even if we are not on a server. svn:r10066
This commit is contained in:
@@ -4757,6 +4757,8 @@ routerlist_check_bug_417(void)
|
||||
int idx = -1;
|
||||
|
||||
ri_generated = router_get_my_routerinfo();
|
||||
if (!ri_generated)
|
||||
return;
|
||||
|
||||
r = digestmap_get(rl->identity_map,
|
||||
ri_generated->cache_info.identity_digest);
|
||||
|
||||
Reference in New Issue
Block a user