]> git.ipfire.org Git - thirdparty/bind9.git/commit
update cfg_obj_attach/destroy
authorEvan Hunt <each@isc.org>
Tue, 21 Oct 2025 23:41:11 +0000 (16:41 -0700)
committerEvan Hunt <each@isc.org>
Thu, 23 Oct 2025 20:01:02 +0000 (13:01 -0700)
commit6de1d0dbc4101f24ead3578eacb0fecf22b60152
tree85c3ef35487c0ea29f0e239b96152363bd40465a
parentea03d743f7f288cae0d8612ab7c31b093e421d1b
update cfg_obj_attach/destroy

now that cfg_obj_destroy() has been simplified, we can use the
ISC_REFCOUNT macros to declare cfg_obj_attach() and _detach().
22 files changed:
bin/check/named-checkconf.c
bin/delv/delv.c
bin/dig/dighost.c
bin/dnssec/dnssec-keygen.c
bin/dnssec/dnssec-ksr.c
bin/named/config.c
bin/named/controlconf.c
bin/named/main.c
bin/named/server.c
bin/nsupdate/nsupdate.c
bin/plugins/filter-a.c
bin/plugins/filter-aaaa.c
bin/plugins/synthrecord.c
bin/rndc/rndc.c
bin/tests/system/hooks/driver/test-syncplugin.c
doc/misc/cfg_test.c
lib/isccfg/include/isccfg/cfg.h
lib/isccfg/namedconf.c
lib/isccfg/parser.c
tests/isccfg/duration_test.c
tests/isccfg/grammar_test.c
tests/isccfg/parser_test.c