[tor-commits] [tor/master] nodelist: fix docs for networkstatus_read_cached_consensus_impl

nickm at torproject.org nickm at torproject.org
Thu Sep 13 17:37:34 UTC 2018


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

    nodelist: fix docs for networkstatus_read_cached_consensus_impl
    
    Fix on c12d2cb2dcfe52aadf528a70433b468327472eaf.
---
 src/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
index 6492b828b..6e386628d 100644
--- 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,





More information about the tor-commits mailing list