]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.18] fix: dev: Use attach()/detach() functions instead of touching .references
authorEvan Hunt <each@isc.org>
Wed, 27 Nov 2024 22:51:34 +0000 (22:51 +0000)
committerEvan Hunt <each@isc.org>
Wed, 27 Nov 2024 22:51:34 +0000 (22:51 +0000)
In rbtdb.c, there were two places where the code touched .references
directly instead of using the helper functions.  Use the helper
functions instead.

Forward port from https://gitlab.isc.org/isc-private/bind9/-/merge_requests/753

Merge branch 'ondrej/use-attach-detach-in-rbtdb-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!9796


Trivial merge