]> git.ipfire.org Git - thirdparty/bind9.git/commit
Refactor node reference counting in rbtdb.c
authorOndřej Surý <ondrej@isc.org>
Thu, 30 Jan 2025 16:48:34 +0000 (17:48 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 31 Jan 2025 05:01:29 +0000 (06:01 +0100)
commit8465e4516fbffc59e2d1666ad35a2db4c6a45731
tree744d8b1c853abd83dffed85264072e3382f905ab
parentc725ca982ef4e0b6b87f47cebec345bf647fb4ea
Refactor node reference counting in rbtdb.c

Refactor the pattern in the newref() and decref() functions in rbtdb.c
following the pattern, so it follows the similar pattern we already have
for QPDB.

(cherry picked from commit 9c45de94736c0a0fe101eb0c2163208c00bab988)
lib/dns/rbtdb.c