]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg:nil: Cleanup the isc_counter unit
authorOndřej Surý <ondrej@isc.org>
Fri, 21 Feb 2025 09:51:49 +0000 (09:51 +0000)
committerOndřej Surý <ondrej@isc.org>
Fri, 21 Feb 2025 09:51:49 +0000 (09:51 +0000)
The isc_counter_create() doesn't need the return value (it was always
ISC_R_SUCCESS), use the macros to implement the reference counting,
little style cleanup, and expand the unit test.

Merge branch 'ondrej/cleanup-isc_counter-unit' into 'main'

See merge request isc-projects/bind9!10126


Trivial merge