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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user