mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Merge branch 'tor-github/pr/1608'
This commit is contained in:
commit
47d69d981e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user