]> git.ipfire.org Git - thirdparty/bind9.git/commit
remove unnecessary dns_db_nodefullname()
authorEvan Hunt <each@isc.org>
Thu, 7 Aug 2025 19:49:03 +0000 (12:49 -0700)
committerEvan Hunt <each@isc.org>
Mon, 15 Sep 2025 16:11:50 +0000 (16:11 +0000)
commitb2009e1ebc76823768a2d33d5d36fc3a44263940
treed050ace26b84b313a35492420bae6564dccd7fcc
parent18db48eb2cda6957224a12d8223d7e4d33405a8f
remove unnecessary dns_db_nodefullname()

now that node->name is accessible as a common dbnode member,
it's no longer necessary to provide an API call for that.
bin/tests/system/dyndb/driver/db.c
lib/dns/db.c
lib/dns/include/dns/db.h
lib/dns/qpzone.c