diff options
author | Roger Dingledine <arma@torproject.org> | 2008-09-14 04:07:29 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-09-14 04:07:29 +0000 |
commit | dbb481c169e8dd5ea9d7ee62bd22df0a511d442f (patch) | |
tree | 07291e447f5cc1917d711333e3b3f2a65a5e8325 /src/or/dirserv.c | |
parent | 4045ef72f5db967033bd14217eed4bfea4ea9453 (diff) | |
download | tor-dbb481c169e8dd5ea9d7ee62bd22df0a511d442f.tar.gz tor-dbb481c169e8dd5ea9d7ee62bd22df0a511d442f.zip |
Serve the latest v3 networkstatus consensus via the control
port. Use "getinfo dir/status-vote/current/consensus" to fetch it.
svn:r16907
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r-- | src/or/dirserv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 9d718baa08..b7080aa785 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -1300,7 +1300,7 @@ _free_cached_dir(void *_d) cached_dir_decref(d); } -/** If we have no cached directory, or it is older than <b>published</b>, +/** If we have no cached v1 directory, or it is older than <b>published</b>, * then replace it with <b>directory</b>, published at <b>published</b>. * * If <b>published</b> is too old, do nothing. |