tor

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

commit cb9fa3b04c7d35eb04bb5f695606bfafe97c88d1
parent ab91302fd04d3ee03a2855c1ffb8570923f8d40c
Author: cypherpunks <cypherpunks@torproject.org>
Date:   Tue, 11 Sep 2018 22:21:09 +0000

nodelist: fix docs for networkstatus_read_cached_consensus_impl

Fix on c12d2cb2dcfe52aadf528a70433b468327472eaf.

Diffstat:
Msrc/feature/nodelist/networkstatus.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/feature/nodelist/networkstatus.c b/src/feature/nodelist/networkstatus.c @@ -201,7 +201,7 @@ networkstatus_reset_download_failures(void) /** * Read and and return the cached consensus of type <b>flavorname</b>. If - * <b>unverified</b> is false, get the one we haven't verified. Return NULL if + * <b>unverified</b> is true, get the one we haven't verified. Return NULL if * the file isn't there. */ static char * networkstatus_read_cached_consensus_impl(int flav,