[tor-commits] [tor/master] comment: replace cached-routers with cached-descriptors
nickm at torproject.org
nickm at torproject.org
Mon Dec 3 00:38:48 UTC 2018
commit 612b21b8eadea9209b62877e5796d8b461916536
Author: teor <teor at torproject.org>
Date: Mon Dec 3 10:19:34 2018 +1000
comment: replace cached-routers with cached-descriptors
cached-routers has been gone for a long time
---
src/feature/nodelist/routerlist.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/feature/nodelist/routerlist.c b/src/feature/nodelist/routerlist.c
index a8c9003e6..b4d56459d 100644
--- a/src/feature/nodelist/routerlist.c
+++ b/src/feature/nodelist/routerlist.c
@@ -160,7 +160,7 @@ static time_t last_descriptor_download_attempted = 0;
*
* From time to time, we replace "cached-descriptors" with a new file
* containing only the live, non-superseded descriptors, and clear
- * cached-routers.new.
+ * cached-descriptors.new.
*
* On startup, we read both files.
*/
More information about the tor-commits
mailing list