]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use attach()/detach() functions instead of touching .references
authorOndřej Surý <ondrej@isc.org>
Wed, 27 Nov 2024 13:12:50 +0000 (14:12 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 27 Nov 2024 20:17:22 +0000 (21:17 +0100)
commita4e3d25652a1a49c161da26c30878becc3f9e75e
tree856d37ecbb90b66970fb722115b04fd969264876
parent60be885c9b3af124be3d8d36fc25ffb13a98401f
Use attach()/detach() functions instead of touching .references

In rbtdb.c, there were two places where the code touched .references
directly instead of using the helper functions.  Use the helper
functions instead.
lib/dns/rbtdb.c