Merge branch '884-patches-to-review-3' into 'master'
fix the use of dns_wildcardname as an optimisation in DLZ Closes #884 See merge request isc-projects/bind9!1532
This commit is contained in:
@@ -613,9 +613,9 @@ getnodedata(dns_db_t *db, const dns_name_t *name, bool create,
|
||||
const dns_name_t *wild;
|
||||
|
||||
dns_fixedname_init(&fixed);
|
||||
if (i == dlabels)
|
||||
if (i == dlabels - 1) {
|
||||
wild = dns_wildcardname;
|
||||
else {
|
||||
} else {
|
||||
dns_name_t *fname;
|
||||
fname = dns_fixedname_name(&fixed);
|
||||
dns_name_getlabelsequence(name, i + 1,
|
||||
|
||||
Reference in New Issue
Block a user