]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: Clean up calls to dns_difftuple_create()
authorOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 13:31:46 +0000 (13:31 +0000)
committerOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 13:31:46 +0000 (13:31 +0000)
dns_difftuple_create() could only return success, so change
its type to void and clean up all the calls to it.

Merge branch 'each-difftuple-create-cannot-fail' into 'main'

See merge request isc-projects/bind9!9151


Trivial merge