]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- fast-reload, fix test link for fast_reload_printq_list_delete function.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 4 Jan 2024 08:46:55 +0000 (09:46 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 4 Jan 2024 08:46:55 +0000 (09:46 +0100)
testcode/testbound.c

index ec627cc8deb15cf248f5831e25071c9763a296c9..83a2fddac1ecf2bfa3194f0396728356bba2dbaf 100644 (file)
@@ -615,3 +615,9 @@ void listen_desetup_locks(void)
 {
        /* nothing */
 }
+
+void fast_reload_printq_list_delete(
+       struct fast_reload_printq* ATTR_UNUSED(list))
+{
+       /* nothing */
+}