mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 00:25:29 +00:00
initialize covers field in new rrsets
This commit is contained in:
@@ -381,6 +381,7 @@ dns_diff_apply(dns_diff_t *diff, dns_db_t *db, dns_dbversion_t *ver)
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
rdl.type = t->rdata.type;
|
rdl.type = t->rdata.type;
|
||||||
|
rdl.covers = 0; /* XXX */
|
||||||
rdl.rdclass = t->rdata.rdclass;
|
rdl.rdclass = t->rdata.rdclass;
|
||||||
rdl.ttl = t->ttl;
|
rdl.ttl = t->ttl;
|
||||||
ISC_LIST_INIT(rdl.rdata);
|
ISC_LIST_INIT(rdl.rdata);
|
||||||
|
Reference in New Issue
Block a user