aboutsummaryrefslogtreecommitdiff
path: root/src/feature/hs/hs_circuit.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-09-09 11:10:53 -0400
committerNick Mathewson <nickm@torproject.org>2019-09-09 11:10:53 -0400
commita642a4cbd7016b350b7386096e752e1a73057b54 (patch)
tree2cad51c0a640f51b893a52d88e73d118c3b5b6b7 /src/feature/hs/hs_circuit.c
parent1e7c7870e87ff660d4dce0b381790993be0328eb (diff)
parent622c2c7884fd656b5140245c4695a5a145dc04fd (diff)
downloadtor-a642a4cbd7016b350b7386096e752e1a73057b54.tar.gz
tor-a642a4cbd7016b350b7386096e752e1a73057b54.zip
Merge branch 'ticket30924_042_04_squashed' into ticket30924_042_04_squashed_merged
Diffstat (limited to 'src/feature/hs/hs_circuit.c')
-rw-r--r--src/feature/hs/hs_circuit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/hs/hs_circuit.c b/src/feature/hs/hs_circuit.c
index a5aa2fb228..5e213b5aba 100644
--- a/src/feature/hs/hs_circuit.c
+++ b/src/feature/hs/hs_circuit.c
@@ -317,7 +317,7 @@ send_establish_intro(const hs_service_t *service,
/* Encode establish intro cell. */
cell_len = hs_cell_build_establish_intro(circ->cpath->prev->rend_circ_nonce,
- ip, payload);
+ &service->config, ip, payload);
if (cell_len < 0) {
log_warn(LD_REND, "Unable to encode ESTABLISH_INTRO cell for service %s "
"on circuit %u. Closing circuit.",