]> git.ipfire.org Git - thirdparty/bind9.git/commit
update hooks tests to use NS_QUERY_RESET
authorColin Vidal <colin@isc.org>
Mon, 8 Sep 2025 08:12:29 +0000 (10:12 +0200)
committerColin Vidal <colin@isc.org>
Tue, 9 Sep 2025 07:42:34 +0000 (09:42 +0200)
commit125e3832bc35bc788a19176ac01966832ff7cd66
tree38f521eaaa8ec4e92f525b88a198f6285a4de07e
parent95c71c27396721c90452902cc9adabc18131ea83
update hooks tests to use NS_QUERY_RESET

Update hooks-related unit tests since the removal of
NS_QUERY_QCTX_DESTROY and the introduction of NS_QUERY_RESET hook. This
also simplifies (a bit) the plugin usage as NS_QUERY_RESET is _always_
called when the client plugin is about to be freed from memory.
bin/plugins/filter-a.c
bin/plugins/filter-aaaa.c
bin/tests/system/hooks/driver/test-async.c
tests/ns/query_test.c