]> git.ipfire.org Git - thirdparty/bind9.git/commit
Refactor decref() in both qpcache.c and qpzone.c
authorOndřej Surý <ondrej@isc.org>
Mon, 27 Jan 2025 17:06:17 +0000 (18:06 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 31 Jan 2025 04:49:12 +0000 (05:49 +0100)
commitd1d444d2ab1648ed0fac2785452bee6e4e1e2f02
tree0d44ef4e7ee75c866f54d46e888f8f4ad314fb5b
parent8662424442c8c8492d6aebcb9f164165c690ce5a
Refactor decref() in both qpcache.c and qpzone.c

Cleanup the pattern in the decref() functions in both qpcache.c and
qpzone.c, so it follows the similar patter as we already have in
newref() function.

(cherry picked from commit 814b87da648b2471947e4f9ac25069ab83f38ea3)
lib/dns/qpcache.c
lib/dns/qpzone.c