tor

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

commit 22cdc8ffcc6a5c6c2cde5143ef0c6666a3201df8
parent 26e44beb690d785f70201a89e2c180911aeedbbc
Author: David Goulet <dgoulet@torproject.org>
Date:   Thu, 20 Mar 2025 10:02:20 -0400

test: Fix unit tests breakage coming from maint-0.4.8

Signed-off-by: David Goulet <dgoulet@torproject.org>

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

diff --git a/src/test/test_entrynodes.c b/src/test/test_entrynodes.c @@ -2341,7 +2341,7 @@ test_entry_guard_select_for_circuit_exit_family_restriction(void *arg) oc->build_state = tor_malloc_zero(sizeof(cpath_build_state_t)); /* First pick the exit and pin it on the build_state */ - retval = onion_pick_cpath_exit(oc, NULL, 0); + retval = onion_pick_cpath_exit(oc, NULL); tt_int_op(retval, OP_EQ, 0); /* Then pick a guard */