From: W.C.A. Wijngaards Date: Wed, 24 Jun 2020 14:31:10 +0000 (+0200) Subject: fix testcode for added function whitelist item. X-Git-Tag: release-1.13.0rc1~5^2~62 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4aaccef8f2cc883ecde4bcb114bdaa1105bdfce4;p=thirdparty%2Funbound.git fix testcode for added function whitelist item. --- diff --git a/testcode/fake_event.c b/testcode/fake_event.c index 1159278fd..acfd0ce7a 100644 --- a/testcode/fake_event.c +++ b/testcode/fake_event.c @@ -1496,6 +1496,12 @@ int reuse_cmp(const void* ATTR_UNUSED(a), const void* ATTR_UNUSED(b)) return 0; } +int reuse_id_cmp(const void* ATTR_UNUSED(a), const void* ATTR_UNUSED(b)) +{ + log_assert(0); + return 0; +} + /* timers in testbound for autotrust. statistics tested in tdir. */ struct comm_timer* comm_timer_create(struct comm_base* base, void (*cb)(void*), void* cb_arg)