aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2008-04-24 15:38:57 +0000
committerPeter Palfrader <peter@palfrader.org>2008-04-24 15:38:57 +0000
commit788404dacff64c0a2d120b317ab5d4c8a2b8f811 (patch)
treed7fbcac52105dc1f9fd9ebec14a69acb8b5dd516 /src/or/router.c
parent006b5762d3635c1d0650704f4a55d0860776ee18 (diff)
downloadtor-788404dacff64c0a2d120b317ab5d4c8a2b8f811.tar
tor-788404dacff64c0a2d120b317ab5d4c8a2b8f811.tar.gz
and the client part of the consensus-by-authority-fpr proposal (ifdef'ed out)
svn:r14446
Diffstat (limited to 'src/or/router.c')
-rw-r--r--src/or/router.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/router.c b/src/or/router.c
index 91518141c..84c05fdf6 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -726,6 +726,7 @@ consider_testing_reachability(int test_or, int test_dir)
/* ask myself, via tor, for my server descriptor. */
directory_initiate_command(me->address, me->addr,
me->or_port, me->dir_port,
+ 0, /* does not matter */
0, me->cache_info.identity_digest,
DIR_PURPOSE_FETCH_SERVERDESC,
ROUTER_PURPOSE_GENERAL,