mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Add newline between hs_client_get_random_intro_from_edge() and hs_client_receive_introduce_ack()
This commit is contained in:
parent
43211c3a0c
commit
3cc089ce59
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user