diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-09-09 11:10:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-09-09 11:10:53 -0400 |
commit | a642a4cbd7016b350b7386096e752e1a73057b54 (patch) | |
tree | 2cad51c0a640f51b893a52d88e73d118c3b5b6b7 /src/feature/hs/hs_circuit.c | |
parent | 1e7c7870e87ff660d4dce0b381790993be0328eb (diff) | |
parent | 622c2c7884fd656b5140245c4695a5a145dc04fd (diff) | |
download | tor-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.c | 2 |
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.", |