diff options
author | Neel Chauhan <neel@neelc.org> | 2018-10-05 19:54:26 -0400 |
---|---|---|
committer | Neel Chauhan <neel@neelc.org> | 2018-10-05 19:54:26 -0400 |
commit | 3cc089ce594bac1b7a3a88f10de7f00adc1f20c9 (patch) | |
tree | db2f2bd0e8ae7bd33a947ad92904193e2366d02c /src/feature/hs | |
parent | 43211c3a0c4b56d4100daf3a541250b953fb7230 (diff) | |
download | tor-3cc089ce594bac1b7a3a88f10de7f00adc1f20c9.tar.gz tor-3cc089ce594bac1b7a3a88f10de7f00adc1f20c9.zip |
Add newline between hs_client_get_random_intro_from_edge() and hs_client_receive_introduce_ack()
Diffstat (limited to 'src/feature/hs')
-rw-r--r-- | src/feature/hs/hs_client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/hs/hs_client.c b/src/feature/hs/hs_client.c index 24365853cc..31837c5a92 100644 --- a/src/feature/hs/hs_client.c +++ b/src/feature/hs/hs_client.c @@ -1731,6 +1731,7 @@ hs_client_get_random_intro_from_edge(const edge_connection_t *edge_conn) client_get_random_intro(&edge_conn->hs_ident->identity_pk) : rend_client_get_random_intro(edge_conn->rend_data); } + /* Called when get an INTRODUCE_ACK cell on the introduction circuit circ. * Return 0 on success else a negative value is returned. The circuit will be * closed or reuse to extend again to another intro point. */ |