commit 7409aa58d18f23d17b03898a4e2b06fba7c2e102
parent 361eaa9931f8043b049a0bb8b943d0c6422f5aa0
Author: Nick Mathewson <nickm@torproject.org>
Date: Tue, 9 Oct 2018 12:46:46 -0400
Merge remote-tracking branch 'tor-github/pr/385'
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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. */