mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
r12844@catbus: nickm | 2007-05-21 21:52:19 -0400
Oops. It compiles better when you spell the fields right. svn:r10245
This commit is contained in:
+1
-1
@@ -2038,7 +2038,7 @@ routerlist_replace(routerlist_t *rl, routerinfo_t *ri_old,
|
||||
if (!tor_digest_is_zero(ri_old->cache_info.extra_info_digest))
|
||||
digestmap_remove(rl->desc_by_eid_map,
|
||||
ri_old->cache_info.extra_info_digest);
|
||||
router_store_stats.bytes_ropped +=
|
||||
router_store_stats.bytes_dropped +=
|
||||
ri_old->cache_info.signed_descriptor_len;
|
||||
routerinfo_free(ri_old);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user