]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove qname/qtype from dns_adb_createfind() call
authorOndřej Surý <ondrej@isc.org>
Sun, 31 Aug 2025 17:34:35 +0000 (19:34 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 2 Sep 2025 18:16:58 +0000 (20:16 +0200)
commit5b025d6e4345809c3dbca9a07039cbda82e9f852
tree8b21a5ecd894acf0e17c07c5f91fd58b46d10a02
parent085653d8b7111208946012271d4564fea7b5911d
Remove qname/qtype from dns_adb_createfind() call

Both qname and qtype arguments to dns_adb_createfind() were unused.
Remove both these arguments from the function prototype.
lib/dns/adb.c
lib/dns/include/dns/adb.h
lib/dns/resolver.c
lib/dns/zone.c