mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Resetting the correct stats
svn:r10569
This commit is contained in:
+1
-1
@@ -532,7 +532,7 @@ router_reload_router_list_impl(int extrainfo)
|
||||
mmap_ptr =
|
||||
extrainfo ? &routerlist->mmap_extrainfo : &routerlist->mmap_descriptors;
|
||||
|
||||
router_store_stats.journal_len = router_store_stats.store_len = 0;
|
||||
stats->journal_len = stats->store_len = 0;
|
||||
|
||||
tor_snprintf(fname, fname_len, "%s"PATH_SEPARATOR"%s",
|
||||
options->DataDirectory, fname_base);
|
||||
|
||||
Reference in New Issue
Block a user