aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-10-28 20:30:21 +0000
committerNick Mathewson <nickm@torproject.org>2007-10-28 20:30:21 +0000
commit20b108598993ecc2ec420288ebf9b995b519f9db (patch)
tree3e4adf986269b4d8f8bc320902a445b78d71109c /src/or/circuitbuild.c
parent471163ffd5f4b05dbab0a277a64898b739db1b81 (diff)
downloadtor-20b108598993ecc2ec420288ebf9b995b519f9db.tar
tor-20b108598993ecc2ec420288ebf9b995b519f9db.tar.gz
r16242@catbus: nickm | 2007-10-28 16:28:13 -0400
Implement if-modified-since for consensus networkstatuses so that we do not download duplicates needlessly. svn:r12258
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r--src/or/circuitbuild.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 53555b215..9dc0bfd87 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -2954,7 +2954,7 @@ fetch_bridge_descriptors(time_t now)
1, bridge->identity,
DIR_PURPOSE_FETCH_SERVERDESC,
ROUTER_PURPOSE_BRIDGE,
- 0, "authority.z", NULL, 0);
+ 0, "authority.z", NULL, 0, 0);
}
} else {
/* We have a digest and we want to ask an authority. We could