Merge branch 'branch-1.17.1'

This commit is contained in:
W.C.A. Wijngaards 2023-01-06 13:22:06 +01:00
commit 0419b06ca4

View file

@ -2756,6 +2756,7 @@ az_change_dnames(struct dns_msg* msg, uint8_t* oldname, uint8_t* newname,
== 0) {
msg->rep->rrsets[i]->rk.dname = newname;
msg->rep->rrsets[i]->rk.dname_len = newlen;
msg->rep->rrsets[i]->entry.hash = rrset_key_hash(&msg->rep->rrsets[i]->rk);
}
}
}