From: David Goulet Date: Thu, 20 Mar 2025 14:02:20 +0000 (-0400) Subject: test: Fix unit tests breakage coming from maint-0.4.8 X-Git-Tag: tor-0.4.9.2-alpha~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22cdc8ffcc6a5c6c2cde5143ef0c6666a3201df8;p=thirdparty%2Ftor.git test: Fix unit tests breakage coming from maint-0.4.8 Signed-off-by: David Goulet --- diff --git a/src/test/test_entrynodes.c b/src/test/test_entrynodes.c index 63c9572fb3..6c7c919a36 100644 --- 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 */