]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
rem: nil: Remove qname/qtype from dns_adb_createfind() call
authorOndřej Surý <ondrej@isc.org>
Tue, 2 Sep 2025 19:41:05 +0000 (21:41 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 2 Sep 2025 19:41:05 +0000 (21:41 +0200)
Both qname and qtype arguments to dns_adb_createfind() were unused.
Remove both these arguments from the function prototype.

Merge branch 'ondrej/minor-dns_adb-cleanup' into 'main'

See merge request isc-projects/bind9!10918


Trivial merge