diff options
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r-- | src/or/circuitbuild.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index 53555b215c..9dc0bfd87b 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 |