diff options
author | Peter Palfrader <peter@palfrader.org> | 2008-04-24 15:38:57 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2008-04-24 15:38:57 +0000 |
commit | 788404dacff64c0a2d120b317ab5d4c8a2b8f811 (patch) | |
tree | d7fbcac52105dc1f9fd9ebec14a69acb8b5dd516 /src/or/circuitbuild.c | |
parent | 006b5762d3635c1d0650704f4a55d0860776ee18 (diff) | |
download | tor-788404dacff64c0a2d120b317ab5d4c8a2b8f811.tar.gz tor-788404dacff64c0a2d120b317ab5d4c8a2b8f811.zip |
and the client part of the consensus-by-authority-fpr proposal (ifdef'ed out)
svn:r14446
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r-- | src/or/circuitbuild.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index f879f13cab..2ac6ac3182 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -2924,6 +2924,7 @@ launch_direct_bridge_descriptor_fetch(char *address, bridge_info_t *bridge) return; /* it's already on the way */ directory_initiate_command(address, bridge->addr, bridge->port, 0, + 0, /* does not matter */ 1, bridge->identity, DIR_PURPOSE_FETCH_SERVERDESC, ROUTER_PURPOSE_BRIDGE, |