tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 612b21b8eadea9209b62877e5796d8b461916536
parent 469f47ef8dc8b18104108f0437c860ec88fca6ad
Author: teor <teor@torproject.org>
Date:   Mon,  3 Dec 2018 10:19:34 +1000

comment: replace cached-routers with cached-descriptors

cached-routers has been gone for a long time
Diffstat:
Msrc/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 @@ -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. */