diff options
author | Roger Dingledine <arma@torproject.org> | 2007-01-27 21:18:08 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-01-27 21:18:08 +0000 |
commit | 1fea3a1e59ea1f16f5c42a9c69204454e2520e2a (patch) | |
tree | 5e3aa29acf3c9d52237e421f929434f21e89eff9 /src/or/router.c | |
parent | a728629051c25455af15a13bed278a3770280cb5 (diff) | |
download | tor-1fea3a1e59ea1f16f5c42a9c69204454e2520e2a.tar.gz tor-1fea3a1e59ea1f16f5c42a9c69204454e2520e2a.zip |
stop trying to hand 'platform' all around directory.c when we have a
bit in routerstatus_t that tells us what we need to know.
svn:r9448
Diffstat (limited to 'src/or/router.c')
-rw-r--r-- | src/or/router.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c index 2d08b1d8c5..b2d5444d57 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -496,7 +496,7 @@ consider_testing_reachability(int test_or, int test_dir) CONN_TYPE_DIR, me->addr, me->dir_port, DIR_PURPOSE_FETCH_SERVERDESC)) { /* ask myself, via tor, for my server descriptor. */ - directory_initiate_command_router(me, DIR_PURPOSE_FETCH_SERVERDESC, + directory_initiate_command_router(me, 0, DIR_PURPOSE_FETCH_SERVERDESC, 1, "authority", NULL, 0); control_event_server_status(LOG_NOTICE, "CHECKING_REACHABILITY DIRADDRESS=%s:%d", |