summaryrefslogtreecommitdiff
path: root/src/or/entrynodes.c
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2015-12-07 17:47:10 +1100
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>2015-12-16 04:03:45 +1100
commitd3546aa92bf5c7c1435381b33a42f2a4a3d3c2f5 (patch)
treee4f8998e714512b00925d2cbc013e370908cb94d /src/or/entrynodes.c
parentdf0c135d62ab1619843f7825ccd5ad697f6afdcb (diff)
downloadtor-d3546aa92bf5c7c1435381b33a42f2a4a3d3c2f5.tar.gz
tor-d3546aa92bf5c7c1435381b33a42f2a4a3d3c2f5.zip
Prop210: Add want_authority to directory_get_from_dirserver
Diffstat (limited to 'src/or/entrynodes.c')
-rw-r--r--src/or/entrynodes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/entrynodes.c b/src/or/entrynodes.c
index ebf675166b..bf71fc30c0 100644
--- a/src/or/entrynodes.c
+++ b/src/or/entrynodes.c
@@ -2205,7 +2205,7 @@ fetch_bridge_descriptors(const or_options_t *options, time_t now)
log_info(LD_DIR, "Fetching bridge info '%s' from bridge authority.",
resource);
directory_get_from_dirserver(DIR_PURPOSE_FETCH_SERVERDESC,
- ROUTER_PURPOSE_BRIDGE, resource, 0);
+ ROUTER_PURPOSE_BRIDGE, resource, 0, DL_WANT_AUTHORITY);
}
}
SMARTLIST_FOREACH_END(bridge);