mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
names link rdatasets, not rdatalists now
This commit is contained in:
@@ -190,7 +190,7 @@ struct dns_name {
|
|||||||
unsigned char * offsets;
|
unsigned char * offsets;
|
||||||
isc_buffer_t * buffer;
|
isc_buffer_t * buffer;
|
||||||
ISC_LINK(dns_name_t) link;
|
ISC_LINK(dns_name_t) link;
|
||||||
ISC_LIST(dns_rdatalist_t) list;
|
ISC_LIST(dns_rdataset_t) list;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define DNS_NAMEATTR_ABSOLUTE 0x01
|
#define DNS_NAMEATTR_ABSOLUTE 0x01
|
||||||
|
Reference in New Issue
Block a user