summaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-07-21 18:53:56 +0000
committerRoger Dingledine <arma@torproject.org>2004-07-21 18:53:56 +0000
commitce7fcd110ca0a7acb2d8473fddb51ae42a9aeae0 (patch)
tree68f53f1292a2cd2f1deb6d91867a8dac3e1c3a1c /src/or/routerlist.c
parent1e62d24ddc3e28fed81739f0184fe8cf3a2ee51e (diff)
downloadtor-ce7fcd110ca0a7acb2d8473fddb51ae42a9aeae0.tar.gz
tor-ce7fcd110ca0a7acb2d8473fddb51ae42a9aeae0.zip
solve the authdirserver initialization precedence problem
svn:r2085
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r--src/or/routerlist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 95b0a033cd..7f8e466416 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -310,6 +310,7 @@ routerinfo_t *router_get_by_nickname(const char *nickname)
return NULL;
}
+/* XXX008 currently this trusted_dir_digests stuff is not used. */
/** Return true iff <b>digest</b> is the digest of the identity key of
* a trusted directory. */
int router_digest_is_trusted_dir(const char *digest) {