]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
fix testcode for added function whitelist item.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 24 Jun 2020 14:31:10 +0000 (16:31 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 24 Jun 2020 14:31:10 +0000 (16:31 +0200)
testcode/fake_event.c

index 1159278fdccdd145a2300ae6fb8728bd65ecb9ef..acfd0ce7a79dadcae97b046b9527357035c46e4a 100644 (file)
@@ -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)