diff options
author | David Goulet <dgoulet@torproject.org> | 2019-12-17 09:30:19 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2019-12-17 09:30:19 -0500 |
commit | 47d69d981e63200c519e9bd9d358da9887c3c7ae (patch) | |
tree | bce46e26255d806b9d514513bb454dbd131316c8 /src/test/test_hs_client.c | |
parent | fa791b840afcbc690ea9c4edd2e6ddc5136927a9 (diff) | |
parent | f684fd79e994fbd9f626b14b81b82b03061eacab (diff) | |
download | tor-47d69d981e63200c519e9bd9d358da9887c3c7ae.tar.gz tor-47d69d981e63200c519e9bd9d358da9887c3c7ae.zip |
Merge branch 'tor-github/pr/1608'
Diffstat (limited to 'src/test/test_hs_client.c')
-rw-r--r-- | src/test/test_hs_client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_hs_client.c b/src/test/test_hs_client.c index 7d737b2a3f..515462e4b7 100644 --- 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); |