From e29ee129a393a6125bf914d7c72bd957c95d3522 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Sun, 16 Mar 2025 10:17:53 +0100 Subject: [PATCH] Fix CI --- testcode/fake_event.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testcode/fake_event.c b/testcode/fake_event.c index 48843f1db..ae58668b6 100644 --- a/testcode/fake_event.c +++ b/testcode/fake_event.c @@ -1118,7 +1118,8 @@ outside_network_create(struct comm_base* base, size_t bufsize, int ATTR_UNUSED(delayclose), int ATTR_UNUSED(tls_use_sni), struct dt_env* ATTR_UNUSED(dtenv), int ATTR_UNUSED(udp_connect), int ATTR_UNUSED(max_reuse_tcp_queries), int ATTR_UNUSED(tcp_reuse_timeout), - int ATTR_UNUSED(tcp_auth_query_timeout)) + int ATTR_UNUSED(tcp_auth_query_timeout), char** ATTR_UNUSED(num_dist), + int ATTR_UNUSED(dist)) { struct replay_runtime* runtime = (struct replay_runtime*)base; struct outside_network* outnet = calloc(1, -- 2.47.2