tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 47d69d981e63200c519e9bd9d358da9887c3c7ae
parent fa791b840afcbc690ea9c4edd2e6ddc5136927a9
Author: David Goulet <dgoulet@torproject.org>
Date:   Tue, 17 Dec 2019 09:30:19 -0500

Merge branch 'tor-github/pr/1608'

Diffstat:
Msrc/test/test_hs_client.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/test_hs_client.c b/src/test/test_hs_client.c @@ -306,7 +306,7 @@ test_e2e_rend_circuit_setup(void *arg) mock_connection_ap_handshake_send_begin); /* Setup */ - retval = helper_get_circ_and_stream_for_test( &or_circ, &conn, 0); + retval = helper_get_circ_and_stream_for_test(&or_circ, &conn, 0); tt_int_op(retval, OP_EQ, 0); tt_assert(or_circ); tt_assert(conn);