2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

initialize covers field in new rrsets

This commit is contained in:
Andreas Gustafsson
1999-09-01 13:39:46 +00:00
parent 5c48c142e3
commit e5df86c630

View File

@@ -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.covers = 0; /* XXX */
rdl.rdclass = t->rdata.rdclass;
rdl.ttl = t->ttl;
ISC_LIST_INIT(rdl.rdata);