aboutsummaryrefslogtreecommitdiff
path: root/src/feature/relay/circuitbuild_relay.c
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@torproject.org>2021-11-04 19:57:57 +0000
committerMike Perry <mikeperry-git@torproject.org>2022-02-22 19:28:34 +0000
commit812590f8aa6637cd2b3f869dc4e30fd6550beac3 (patch)
treea32daa3d4ca626a43b364d12a9ab658eae5b6ae7 /src/feature/relay/circuitbuild_relay.c
parenta07e008616e3bc00451cb28017750e4dc0bc9ca2 (diff)
downloadtor-812590f8aa6637cd2b3f869dc4e30fd6550beac3.tar.gz
tor-812590f8aa6637cd2b3f869dc4e30fd6550beac3.zip
Extend info argument updates for non-ntorv3 cases
Diffstat (limited to 'src/feature/relay/circuitbuild_relay.c')
-rw-r--r--src/feature/relay/circuitbuild_relay.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/feature/relay/circuitbuild_relay.c b/src/feature/relay/circuitbuild_relay.c
index af3b488ae1..5b1609a1af 100644
--- a/src/feature/relay/circuitbuild_relay.c
+++ b/src/feature/relay/circuitbuild_relay.c
@@ -393,7 +393,8 @@ circuit_open_connection_for_extend(const struct extend_cell_t *ec,
NULL, /*curve25519_key*/
&chosen_ap->addr,
chosen_ap->port,
- NULL /* protover summary */);
+ NULL /* protover summary */,
+ false);
circ->n_chan_create_cell = tor_memdup(&ec->create_cell,
sizeof(ec->create_cell));